summaryrefslogtreecommitdiff
path: root/src/vendor-pkh-include.cpp
blob: 636f0ae638652095351294431cb1f7a5b9bfe54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12

#define PK_MEMORY_DEBUGGER
#define PK_IMPL_ALL
#define PK_ARR_MOVE_IN_PLACE

/* Two instances:
 * 0: ecs    (global shared)
 * 1: window (resize, etc)
 */
#define PK_EV_INIT_MGR_COUNT 2

#include "./pk.h"