Compare commits
3 Commits
add-licens
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
586823acc1 | ||
|
|
3b3b73c779 | ||
|
|
c0a092c0ac |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ Makefile
|
||||
crumpet-engine.sln
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
.vs/
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <logger.h>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int main() {
|
||||
Game game;
|
||||
game.renderer.createWindow("Crumpet Engine", 600, 400, SCREEN_MODE_VSYNC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user