diff --git a/dev/screenshots/v0.3-01.png b/dev/screenshots/v0.3-01.png index 861debe..d0f0c2c 100644 Binary files a/dev/screenshots/v0.3-01.png and b/dev/screenshots/v0.3-01.png differ diff --git a/dev/screenshots/v0.3-02.png b/dev/screenshots/v0.3-02.png new file mode 100644 index 0000000..ee5df5f Binary files /dev/null and b/dev/screenshots/v0.3-02.png differ diff --git a/src/system/transition.h b/src/system/transition.h index 0512851..b79f912 100644 --- a/src/system/transition.h +++ b/src/system/transition.h @@ -25,4 +25,3 @@ extern void presentScene(void); extern void clearInput(void); extern void expireTexts(int all); -extern App app; diff --git a/src/test/atlasTest.h b/src/test/atlasTest.h index 121dfc1..9045be1 100644 --- a/src/test/atlasTest.h +++ b/src/test/atlasTest.h @@ -25,7 +25,6 @@ extern void initMap(void); extern void initHub(void); extern void initGame(void); extern void initEntities(void); -extern void initRadar(void); extern void loadWorld(char *id); extern Dev dev; diff --git a/src/world/radar.h b/src/world/radar.h index 0014614..72260ba 100644 --- a/src/world/radar.h +++ b/src/world/radar.h @@ -37,7 +37,6 @@ enum }; extern int isWithinMap(int x, int y); -extern Entity **getAllEntsWithin(int x, int y, int w, int h, Entity *ignore); extern void drawRect(int x, int y, int w, int h, int r, int g, int b, int a); extern float limit(float i, float low, float high); extern Texture *getTexture(const char *filename);