@@ -0,0 +1,15 @@
#include <iostream>
#include "game.h"
int main(int argc, char *argv[]) {
Game game;
if (game.Init()) {
while (game.GetIsActive()) {
game.Run();
}
return 0;
The note is not visible to the blocked user.