diff options
| author | Alexander <alex@cogarr.net> | 2019-07-10 14:23:51 -0400 |
|---|---|---|
| committer | Alexander <alex@cogarr.net> | 2019-07-10 14:23:51 -0400 |
| commit | c9db55cdc2f69c3dc7aefabe0cc828a64e377024 (patch) | |
| tree | b6735e6b43660ea77f59654f8dd4ad1339b6f9e3 /src/client/main.hpp | |
| parent | 456ee9baefb343e98dc94678e05335a547786c2a (diff) | |
| parent | 6539fbff3d4ecd686676f7c0de6672de38023764 (diff) | |
| download | brokengine-c9db55cdc2f69c3dc7aefabe0cc828a64e377024.tar.gz brokengine-c9db55cdc2f69c3dc7aefabe0cc828a64e377024.tar.bz2 brokengine-c9db55cdc2f69c3dc7aefabe0cc828a64e377024.zip | |
Started work on cross-platform refactor
Started refactoring the code to work on windows and linux
Diffstat (limited to 'src/client/main.hpp')
| -rw-r--r-- | src/client/main.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/main.hpp b/src/client/main.hpp new file mode 100644 index 0000000..c94fc6e --- /dev/null +++ b/src/client/main.hpp @@ -0,0 +1,2 @@ + +int main(int argc, char *argv[]); |
