1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 15:38:30 +02:00
VVVVVV/desktop_version/src/Render.h

24 lines
325 B
C
Raw Normal View History

#ifndef RENDER_H
#define RENDER_H
2020-01-01 21:29:24 +01:00
#include "Graphics.h"
#include "UtilityClass.h"
#include "Maths.h"
#include "Entity.h"
#include "Map.h"
#include "Script.h"
void titlerender();
2020-01-01 21:29:24 +01:00
void gamerender();
2020-01-01 21:29:24 +01:00
void maprender();
2020-01-01 21:29:24 +01:00
void teleporterrender();
2020-01-01 21:29:24 +01:00
void gamecompleterender();
2020-01-01 21:29:24 +01:00
void gamecompleterender2();
2020-01-01 21:29:24 +01:00
#endif /* RENDER_H */