To get this branch, use:
bzr branch
http://9ix.org/bzr/minild29
« back to all changes in this revision
Viewing changes to Main.cpp
-
Committer:
Josh C
-
Date:
2011-09-17 03:13:10 UTC
-
Revision ID:
josh@9ix.org-20110917031310-jb649nt8e2xy0i6k
initial commit
Show diffs side-by-side
added
removed
4
using namespace Monocle;
8
Game *game = new Game();
10
Assets::SetContentPath("Content/");
12
game->SetScene(new Dark::DarkScene());
19
#if defined (MONOCLE_WINDOWS)
20
extern "C" int _get_output_format( void ){ return 0; }