1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-09-20 21:37:26 +02:00
VVVVVV/desktop_version/src/preloader.h
Misa cef111d35b Remove global args from preloader.cpp
This removes all global args from preloader.cpp, and changes all 'dwgfx'
to 'graphics'.
2020-04-03 10:40:50 -04:00

10 lines
158 B
C

#ifndef PRELOADER_H
#define PRELOADER_H
#include "Graphics.h"
#include "Game.h"
#include "UtilityClass.h"
void preloaderrender();
#endif /* PRELOADER_H */