diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-21 20:41:04 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-21 20:41:04 -0400 |
| commit | 1640071ca70d0c443743f5c9ebb3511e7885a497 (patch) | |
| tree | fb77883e5ef4384a8e225dcbddccdc999f918900 /main.cpp | |
| download | wargames-server-1640071ca70d0c443743f5c9ebb3511e7885a497.zip wargames-server-1640071ca70d0c443743f5c9ebb3511e7885a497.tar.gz wargames-server-1640071ca70d0c443743f5c9ebb3511e7885a497.tar.bz2 wargames-server-1640071ca70d0c443743f5c9ebb3511e7885a497.tar.xz | |
Inital commit
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..1180f8f --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include <iostream> +#include <joshua.h> +using namespace std; +int main() +{ + be_joshua(); +} |