Revision: 6624
http://playerstage.svn.sourceforge.net/playerstage/?rev=6624&view=rev
Author: jeremy_asher
Date: 2008-06-17 12:06:10 -0700 (Tue, 17 Jun 2008)
Log Message:
-----------
Extra forward declare to fix linux build
Modified Paths:
--------------
code/stage/trunk/libstage/stage.hh
Modified: code/stage/trunk/libstage/stage.hh
===================================================================
--- code/stage/trunk/libstage/stage.hh 2008-06-17 19:05:51 UTC (rev 6623)
+++ code/stage/trunk/libstage/stage.hh 2008-06-17 19:06:10 UTC (rev 6624)
@@ -85,10 +85,11 @@
namespace Stg
{
// foreward declare
- class StgCanvas;
- class Worldfile;
- class StgWorld;
- class StgModel;
+ class StgCanvas;
+ class Worldfile;
+ class StgWorld;
+ class StgWorldGui;
+ class StgModel;
/** Initialize the Stage library */
void Init( int* argc, char** argv[] );
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit