1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 14:38:30 +02:00
VVVVVV/desktop_version/src/preloader.h
2020-01-08 10:37:50 -05:00

11 lines
205 B
C

#ifndef PRELOADER_H
#define PRELOADER_H
#include "Graphics.h"
#include "Game.h"
#include "UtilityClass.h"
void preloaderrender(Graphics& dwgfx, Game& game, UtilityClass& help);
#endif /* PRELOADER_H */