Update Testing.cpp

This commit is contained in:
Javidx9
2018-09-03 22:36:11 +01:00
committed by GitHub
parent 04212e1406
commit 9c8a8c4b75

View File

@@ -3,7 +3,7 @@
class Example : public olc::PixelGameEngine
{
public:
ExampleDemo()
Example()
{
sAppName = "Example";
}
@@ -33,4 +33,4 @@ int main()
demo.Start();
return 0;
}
}