Shadowrun: Awakened 29 September 2011 - Build 871
Defines | Functions
Game_of_life.cpp File Reference
#include "Board.h"
#include "Form1.h"
#include <windows.h>
Include dependency graph for Game_of_life.cpp:

Go to the source code of this file.

Defines

#define WIN32_LEAN_AND_MEAN

Functions

int main (array< System::String^>^args)

Define Documentation

Definition at line 36 of file Game_of_life.cpp.


Function Documentation

int main ( array< System::String^>^  args)

Definition at line 137 of file Game_of_life.cpp.

{
    // Enabling Windows XP visual effects before any controls are created
    Application::EnableVisualStyles();
    Application::SetCompatibleTextRenderingDefault(false); 

    // Create the main window and run it
    Application::Run(gcnew Form1());
    return 0;
}

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net