1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-21 03:58:29 +02:00
VVVVVV/desktop_version/src/preloader.h

11 lines
158 B
C
Raw Normal View History

2020-01-01 21:29:24 +01:00
#ifndef PRELOADER_H
#define PRELOADER_H
#include "Graphics.h"
#include "Game.h"
#include "UtilityClass.h"
void preloaderrender();
2020-01-01 21:29:24 +01:00
#endif /* PRELOADER_H */