mirror of
https://github.com/cxong/cdogs-sdl.git
synced 2025-07-23 07:23:01 +02:00
SDL main handled
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_policy(SET CMP0054 NEW)
|
||||
|
||||
project(enet)
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#define SDL_MAIN_HANDLED 1
|
||||
#include <cbehave/cbehave.h>
|
||||
|
||||
#include <c_array.h>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
project(cbehave C)
|
||||
|
||||
include_directories(.)
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#define SDL_MAIN_HANDLED 1
|
||||
#include <cbehave/cbehave.h>
|
||||
|
||||
#include <collision/minkowski_hex.h>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
|
||||
#define SDL_MAIN_HANDLED 1
|
||||
#include <cbehave/cbehave.h>
|
||||
|
||||
#include <utils.h>
|
||||
|
Reference in New Issue
Block a user