This commit is contained in:
parent
62b65083c6
commit
8a8cba72ab
4 changed files with 25 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
/*----------------------------------------------------------------------
|
||||
Includes
|
||||
-------- */
|
||||
#if defined(__VERSION_DEBUG__)
|
||||
|
||||
#include "paul\animtest.h"
|
||||
|
||||
|
@ -316,6 +317,11 @@ void CAnimTestScene::think(int _frames)
|
|||
}
|
||||
}
|
||||
|
||||
#else
|
||||
void AnimTestDummyStub()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
/*===========================================================================
|
||||
end */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue