Skip to content
Snippets Groups Projects
Commit 4526871a authored by Bolla Péter's avatar Bolla Péter
Browse files

Update app.hpp

parent a841e10e
No related branches found
No related tags found
No related merge requests found
#ifndef APP_HPP #ifndef APP_HPP
#define APP_HPP #define APP_HPP
#include <string>
#include <vector> #include <vector>
#include "chess.hpp"
class Widget; class Widget;
...@@ -15,7 +15,7 @@ public: ...@@ -15,7 +15,7 @@ public:
virtual ~App(); virtual ~App();
void register_widget(Widget*); void register_widget(Widget*);
void event_loop(); void event_loop(Chess*);
}; };
#endif // APP_HPP #endif // APP_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment