feat: different rooms added

feat: shooting bandit added
This commit is contained in:
2025-10-05 23:36:50 +01:00
parent 319bb441ed
commit 64a84e3a8d
7 changed files with 37 additions and 16 deletions

View File

@@ -1,8 +1,6 @@
#if !defined(LD_GAME_WORLD_H_)
#define LD_GAME_WORLD_H_
#include "npc.h"
#include "bandit.h"
#include "../core/math.h"
// Areas are which
@@ -14,6 +12,8 @@ enum World_Area {
typedef struct World World;
#include "player.h"
#include "npc.h"
#include "bandit.h"
struct World {
//// Static stuff