Fix windows build
This commit is contained in:
parent
8ec65dc6ae
commit
ce01974243
|
@ -0,0 +1,12 @@
|
|||
*.c text eol=lf diff=c
|
||||
*.css text eol=lf diff=css
|
||||
*.h text eol=lf diff=c
|
||||
*.html text eol=lf diff=html
|
||||
*.java text eol=lf diff=java
|
||||
*.js text eol=lf diff=js
|
||||
*.txt text eol=lf
|
||||
|
||||
*.class binary
|
||||
*.dll binary
|
||||
*.wasm binary
|
||||
*.woff2 binary
|
2
game.h
2
game.h
|
@ -1,7 +1,7 @@
|
|||
#ifndef SHROOMS_VB_NATIVE_GAME_
|
||||
#define SHROOMS_VB_NATIVE_GAME_
|
||||
|
||||
#include <vb.h>
|
||||
#include "shrooms-vb-core/core/vb.h"
|
||||
|
||||
int runGame(VB *sim);
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 767675eb42254613170e937b5b67bd9c109a9cf8
|
Loading…
Reference in New Issue