mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-16 07:59:43 +01:00
10 lines
205 B
C
10 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 */
|