|
@@ -32,9 +32,6 @@ void FClose( void *p, void *zF )
|
|
|
StopNachrichtenSchleife( ( (WFenster*)zF )->getFensterHandle() );
|
|
|
}
|
|
|
|
|
|
-int kamera2DTest();
|
|
|
-int rotationTest();
|
|
|
-
|
|
|
void doStuff()
|
|
|
{
|
|
|
WFenster *f = new WFenster();
|
|
@@ -58,7 +55,7 @@ void doStuff()
|
|
|
Schrift *schrift = sd.ladeSchrift();
|
|
|
DLLDateien dlls;
|
|
|
|
|
|
- MiniGames *mGames = new MiniGames( schrift, dlls.getThis(), b->getThis() );
|
|
|
+ MiniGames *mGames = new MiniGames( schrift, dlls.getThis(), b );
|
|
|
b->addMember( mGames );
|
|
|
|
|
|
b->update();
|
|
@@ -73,6 +70,7 @@ void doStuff()
|
|
|
f->setBildschirm( 0 );
|
|
|
b->release();
|
|
|
f->release();
|
|
|
+ schrift->release();
|
|
|
}
|
|
|
|
|
|
int main()
|