finally compiling and running, text still needs rework

This commit is contained in:
2024-09-16 16:17:00 +03:00
parent 551d60ef85
commit 16c96010dc
43 changed files with 299 additions and 309 deletions

View File

@ -2,7 +2,7 @@
#include "title.h"
#include "scene.h"
#include "townengine/game_api.h"
#include "twn_game_api.h"
#define STB_PERLIN_IMPLEMENTATION
#include <stb_perlin.h>

View File

@ -1,8 +1,7 @@
#ifndef INGAME_H
#define INGAME_H
#include "townengine/game_api.h"
#include "twn_game_api.h"
#include "../state.h"
#include "scene.h"

View File

@ -3,7 +3,7 @@
#include "../world.h"
#include "../player.h"
#include "townengine/game_api.h"
#include "twn_game_api.h"
#include <stdio.h>

View File

@ -1,8 +1,6 @@
#ifndef TITLE_H
#define TITLE_H
#include "townengine/game_api.h"
#include "../state.h"
#include "scene.h"
#include "../player.h"