mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-10 21:19:43 +01:00
b5b958561c
Otherwise the preloader will go by way too quickly.
12 lines
182 B
C
12 lines
182 B
C
#ifndef PRELOADER_H
|
|
#define PRELOADER_H
|
|
|
|
#include "Graphics.h"
|
|
#include "Game.h"
|
|
#include "UtilityClass.h"
|
|
|
|
void preloaderrender();
|
|
|
|
void preloaderlogic();
|
|
|
|
#endif /* PRELOADER_H */
|