Skip to content

Commit

Permalink
[MY] some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFakeMontyOnTheRun committed Nov 12, 2023
1 parent 7572e66 commit 954e7b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions my_frontend/include/Renderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ void performAction(void);

void pickItem(void);

void pickOrDrop(void);

void printSituation(void);

void renderCameraNorth(void);

void renderCameraEast(void);
Expand All @@ -109,12 +105,8 @@ void renderScene(void);

void showMessage(const char *msg);

void startMusic(void);

void shutdownGraphics(void);

void titleScreen(void);

void updateMapItems(void);

void useItemInHand(void);
Expand All @@ -135,8 +127,6 @@ void drawMap(void);

void fillRect(uint16_t x0, uint8_t y0, uint16_t x1, uint8_t y1, uint8_t colour);

void drawWindow(uint8_t tx, uint8_t ty, uint8_t tw, uint8_t th, const char *title, uint8_t colour);

uint8_t drawCubeAt(int8_t x0, int8_t y0, int8_t z0, int8_t dX, int8_t dY, int8_t dZ, uint8_t elementMask);

uint8_t drawWedge(int8_t x0, int8_t y0, int8_t z0, int8_t dX, int8_t dY, int8_t dZ, uint8_t elementMask, uint8_t type);
Expand Down
2 changes: 0 additions & 2 deletions my_frontend/include/UI.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#ifndef DERELICT8_MENU_H
#define DERELICT8_MENU_H

void titleScreen(void);

void writeStr(uint8_t _x, uint8_t y, const char *text);

void showMessage(const char *message);
Expand Down

0 comments on commit 954e7b3

Please sign in to comment.