Space Fighter
A "shmup" game for Computer Programming C++
Loading...
Searching...
No Matches
Main.cpp
Go to the documentation of this file.
1
4#include "SpaceFighter.h"
5
6int main() { return (new SpaceFighter())->Run(); }
int main()
Main entry point for the game.
Definition Main.cpp:6
The main game class for the Space Fighter game.