pre_build.sh fix

This commit is contained in:
2024-03-22 17:02:30 +05:00
parent e47f497f8c
commit 0ee34bf810
2 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#include "gui/gui.hpp"
#include <iostream>
// SDL for some reason redefains main
// SDL for some reason redefines main
#ifdef main
#undef main
#endif