1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-22 12:38:31 +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

11 lines
158 B
C

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