My Snippets
My Collections
Search Engine
Pricing
main.cpp
user_6225994
plain_text
2 years ago
79 B
5
Indexable
#include "Game.h" int main(){ Game game; game.Loop(); return 0; }
Editor is loading...