PhantomGamesDevelopment / Galactic-2D

Open source engine technology created in C++.
1 stars 1 forks source link

Android Init #3

Closed Phantom139 closed 9 years ago

Phantom139 commented 9 years ago

In Main.cpp, there are currently only launch flags for Windows, Mac, and Linux platforms. Investigation in proper launching for Android or any other platforms that need to be supported must be done and installed into Main.cpp.

Phantom139 commented 9 years ago

Android and IPhone use the exact same setup as Linux/Mac. Windows & likely XBox (Future Consoles) are the only platform with a named main method.

The others use a standard int main() approach. Closing.