Try to handle car turtle

This commit is contained in:
Miloslav Ciz 2024-09-28 01:47:05 +02:00
parent 53096517c9
commit 34293981b0
3 changed files with 145 additions and 23 deletions

View file

@ -1,7 +1,7 @@
#include <stdio.h>
#include <SDL2/SDL.h>
#define LCR_SETTING_LOG_LEVEL 0
#define LCR_SETTING_LOG_LEVEL 2
#include "game.h"
#include "debug.h"