mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-16 07:59:43 +01:00
cef111d35b
This removes all global args from preloader.cpp, and changes all 'dwgfx' to 'graphics'.
10 lines
158 B
C
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 */
|