Revert "added loadingscreen clas"

This reverts commit 52ef1b4494.
This commit is contained in:
Remco
2016-06-21 23:11:42 +02:00
parent 52ef1b4494
commit 7e6514581e
2 changed files with 0 additions and 66 deletions
-15
View File
@@ -1,15 +0,0 @@
#pragma once
#include <string>
class LoadingScreen
{
public:
LoadingScreen();
~LoadingScreen();
void draw();
private:
std::string loading;
};