diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-07-27 17:34:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 17:34:59 +0200 |
commit | debb71065c8947ee6d79c981eb43d631beb11294 (patch) | |
tree | 09cb0fa0a1dbe83d4833bcd62dc8832161e4329b /src/headless | |
parent | 65443efcc2f4c7d687b2bd9c631f6bb426688bbf (diff) | |
parent | be1d0545c2f7a85a63d05b4bdc1020ee284e72cb (diff) |
Merge pull request #2 from OpenVicProject/let-the-games-begin
Initial structural commit
Diffstat (limited to 'src/headless')
-rw-r--r-- | src/headless/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/headless/main.cpp b/src/headless/main.cpp new file mode 100644 index 0000000..ffc6dab --- /dev/null +++ b/src/headless/main.cpp @@ -0,0 +1,3 @@ +int main() { + return 0; +}
\ No newline at end of file |