Update Testing.cpp

pull/113/head
Javidx9 7 years ago committed by GitHub
parent c2c1b66862
commit c2356f56fd
  1. 4
      Testing.cpp

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

Loading…
Cancel
Save