mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Hello WWWWWWorld!
This commit is contained in:
10
desktop_version/src/preloader.h
Normal file
10
desktop_version/src/preloader.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user