11 lines
113 B
C++
11 lines
113 B
C++
|
|
#include "WindowExample.h"
|
|
|
|
int main(int argc, char **argv) {
|
|
|
|
WindowExample game;
|
|
|
|
game.run();
|
|
|
|
return 0;
|
|
}
|