123456789101112131415161718192021222324252627282930313233343536373839 |
- #include "../idlib/precompiled.h"
- #pragma hdrstop
- void R_Exp_Init( void ) {
- common->Printf( "---------- R_Exp_Init -----------\n" );
- common->Printf( "Disabled at compile time.\n" );
- common->Printf( "---------------------------------\n" );
- }
- void RB_Exp_DrawInteractions( void ) { }
|