Skip to content

Commit e9da36f

Browse files
author
Thumperrr
committed
AppState inherits SFMLEvent
1 parent b461513 commit e9da36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AppState.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#ifndef _APPSTATE_H
22
#define _APPSTATE_H
33

4-
#include "Event.h"
4+
#include "SFMLEvent.h"
55
#include <SFML/Graphics.hpp>
66

77
namespace chesspp
88
{
99
//pure virtual abstract base class for game state management.
10-
class AppState : public Event
10+
class AppState : public SFMLEvent
1111
{
1212
public:
1313
AppState() {}

0 commit comments

Comments
 (0)