]> git.lizzy.rs Git - nothing.git/blobdiff - src/main.c
TODO(#330)
[nothing.git] / src / main.c
index e6eff934f7a8725a8084c854adcb768aacf5042a..5654f4f3aff4dbeb8957a3b2e86f2baeaa09d377 100644 (file)
@@ -30,7 +30,7 @@ int main(int argc, char *argv[])
 {
     srand((unsigned int) time(NULL));
 
-    lt_t *const lt = create_lt();
+    Lt *const lt = create_lt();
 
     char *level_filename = NULL;
     int fps = 30;
@@ -135,7 +135,7 @@ int main(int argc, char *argv[])
     };
     const size_t sound_sample_files_count = sizeof(sound_sample_files) / sizeof(char*);
 
-    game_t *const game = PUSH_LT(
+    Game *const game = PUSH_LT(
         lt,
         create_game(
             level_filename,