Update Testing.cpp

pull/5/head
Javidx9 7 years ago committed by GitHub
parent 04212e1406
commit 9c8a8c4b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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