store winning condition in state + remove presets
This commit is contained in:
@ -4,9 +4,11 @@
|
||||
#include <raylib.h>
|
||||
|
||||
#define THREADPOOL // Enable physics threadpool
|
||||
#define TRACY // Enable tracy profiling support
|
||||
#define BACKWARD // Enable pretty stack traces
|
||||
|
||||
// Gets set by CMake
|
||||
// #define TRACY // Enable tracy profiling support
|
||||
|
||||
// Window
|
||||
constexpr int INITIAL_WIDTH = 800;
|
||||
constexpr int INITIAL_HEIGHT = 800;
|
||||
|
||||
Reference in New Issue
Block a user