diff options
author | Benjamin Cohen <bencoh@notk.org> | 2011-11-28 19:30:24 +0100 |
---|---|---|
committer | Benjamin Cohen <bencoh@notk.org> | 2011-11-28 19:30:24 +0100 |
commit | 92234bd2da83130a9994165e833f97acfbfce082 (patch) | |
tree | 643bacd710051daadf8932a011cf618f4f490dc8 /MainWindow.h | |
parent | eb9ba79ec9101facde898ca5462d4bd818a873de (diff) |
Isolate GLUT calls/headers in MainWindow
Diffstat (limited to 'MainWindow.h')
-rw-r--r-- | MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MainWindow.h b/MainWindow.h index a846f43..bfcee28 100644 --- a/MainWindow.h +++ b/MainWindow.h @@ -26,7 +26,7 @@ public: static MainWindow &getInstance();
public:
- void init(int *argcp, char **argv, uint displayMode);
+ void init(int *argcp, char **argv);
void create(std::string name, int x, int y, int width, int height);
void startLoop();
|