mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove global args from preloader.cpp
This removes all global args from preloader.cpp, and changes all 'dwgfx' to 'graphics'.
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
#include "Game.h"
|
||||
#include "UtilityClass.h"
|
||||
|
||||
void preloaderrender(Graphics& dwgfx, Game& game, UtilityClass& help);
|
||||
void preloaderrender();
|
||||
|
||||
#endif /* PRELOADER_H */
|
||||
|
||||
Reference in New Issue
Block a user