Author Topic: Uhm... Where is WinMain? :)  (Read 1861 times)

Hideo

  • Guest
Uhm... Where is WinMain? :)
« on: 11 August 2006, 01:09:51 »
I can't find WinMain function in the codebase. Where is it?
« Last Edit: 1 January 1970, 00:00:00 by Hideo »

Herr_Alien

  • Guest
(No subject)
« Reply #1 on: 11 August 2006, 08:40:07 »
I think it was replaced with int glestMain() :

-- in source\glest_game\main\main.cpp --

MAIN_FUNCTION(Glest::Game::glestMain);
« Last Edit: 1 January 1970, 00:00:00 by Herr_Alien »

martiño

  • Behemoth
  • *******
  • Posts: 1,095
    • View Profile
(No subject)
« Reply #2 on: 15 September 2006, 20:28:52 »
The core game code is platform independant, all the win32 specific code is in the shared/platform/win32 module, look there.
« Last Edit: 1 January 1970, 00:00:00 by martiño »