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

11 lines
205 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(Graphics& dwgfx, Game& game, UtilityClass& help);
#endif /* PRELOADER_H */