diff options
| author | aleksav013 <aleksav013@gmail.com> | 2021-06-06 01:45:47 +0200 |
|---|---|---|
| committer | aleksav013 <aleksav013@gmail.com> | 2021-06-06 01:45:47 +0200 |
| commit | 060ddd25ef18a6289d01283bc76bc4da90bf2a39 (patch) | |
| tree | 9b59683089b08a5cacb606be09738c78ed88e493 /src/main.cpp | |
| parent | bf4e10748f20572a8b69da99c97bf5cd17f8b250 (diff) | |
Adding powerup content; Fixing dt bug
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index dbb1610..0a0856a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,6 @@ #include"includes/Global.hpp" #include"includes/State.hpp" + int main() { State program; |
