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:
Misa
2020-04-01 15:01:08 -07:00
committed by Ethan Lee
parent 07a0c74b01
commit cef111d35b
3 changed files with 33 additions and 33 deletions

View File

@@ -5,6 +5,6 @@
#include "Game.h"
#include "UtilityClass.h"
void preloaderrender(Graphics& dwgfx, Game& game, UtilityClass& help);
void preloaderrender();
#endif /* PRELOADER_H */