Place buildings
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <raylib.h>
|
||||
|
||||
typedef i16 BzTile;
|
||||
typedef i32 BzTile;
|
||||
|
||||
typedef struct BzTilesetDesc {
|
||||
const char *path;
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
project(BreezeTests)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
|
||||
add_executable(window_test window_test.c)
|
||||
target_link_libraries(window_test LINK_PRIVATE Breeze)
|
||||
|
||||
|
||||
@@ -2,9 +2,7 @@
|
||||
#include <breeze.h>
|
||||
|
||||
#include <raylib.h>
|
||||
#define CIMGUI_DEFINE_ENUMS_AND_STRUCTS
|
||||
#include <rlImGui.h>
|
||||
#include <cimgui.h>
|
||||
|
||||
bool init(int *game) {
|
||||
rlImGuiSetup(true);
|
||||
|
||||
Reference in New Issue
Block a user