main.cpp

 avataruser_6225994
plain_text
2 months ago
79 B
1
Indexable
Never
#include "Game.h"

int main(){

	Game game;
	game.Loop();

	return 0;
}