aboutsummaryrefslogtreecommitdiff
path: root/src/client/main.hpp
diff options
context:
space:
mode:
authorAlexander Pickering <alex@cogarr.net>2019-07-08 18:46:23 -0400
committerAlexander Pickering <alex@cogarr.net>2019-07-08 18:46:23 -0400
commitf5f0ff5635c52775665fd99b994521f90fe12d95 (patch)
tree077162ee1e7f24ea5a525b15aabc11223954e0d7 /src/client/main.hpp
parentff704e4ca477892d97a6f23953e99ec13623e114 (diff)
downloadbrokengine-f5f0ff5635c52775665fd99b994521f90fe12d95.tar.gz
brokengine-f5f0ff5635c52775665fd99b994521f90fe12d95.tar.bz2
brokengine-f5f0ff5635c52775665fd99b994521f90fe12d95.zip
Modified files to work with new builds system
Also properly deleted some old files that were sill around
Diffstat (limited to 'src/client/main.hpp')
-rw-r--r--src/client/main.hpp2
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[]);