/apps: separate /apps/testgame into /apps/platformer and /apps/scenery, update /apps/template

This commit is contained in:
2024-09-25 18:29:58 +03:00
parent 65425f5b2e
commit a7d97a1070
26 changed files with 312 additions and 36 deletions

View File

@ -1,4 +1,4 @@
#include "townengine/game_api.h"
#include "twn_game_api.h"
#include "state.h"
#include <malloc.h>

View File

@ -1,7 +1,7 @@
#ifndef STATE_H
#define STATE_H
#include "townengine/game_api.h"
#include "twn_game_api.h"
/* populate it with state information */
struct state {