1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #ifndef __COMPILER_PUBLIC_H__
- #define __COMPILER_PUBLIC_H__
- void Dmap_f( const idCmdArgs &args );
- void RenderBump_f( const idCmdArgs &args );
- void RenderBumpFlat_f( const idCmdArgs &args );
- void RunAAS_f( const idCmdArgs &args );
- void RunAASDir_f( const idCmdArgs &args );
- void RunReach_f( const idCmdArgs &args );
- void RoQFileEncode_f( const idCmdArgs &args );
- #endif
|