.
This commit is contained in:
parent
4ebbaaa462
commit
dc16bb8ece
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,4 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "base.c"
|
|
||||||
#include "arena.c"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef PLATFORM_WINDOWS
|
#ifdef PLATFORM_WINDOWS
|
||||||
#define SOKOL_D3D11
|
#define SOKOL_D3D11
|
||||||
|
|
@ -20,6 +17,9 @@
|
||||||
#include "sokol/sokol_log.h"
|
#include "sokol/sokol_log.h"
|
||||||
#include "sokol/util/sokol_debugtext.h"
|
#include "sokol/util/sokol_debugtext.h"
|
||||||
|
|
||||||
|
#include "base.c"
|
||||||
|
#include "arena.c"
|
||||||
|
|
||||||
sg_pass_action pass_action;
|
sg_pass_action pass_action;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue