16 lines
237 B
C
16 lines
237 B
C
|
/*
|
||
|
* Ivis02.h
|
||
|
*
|
||
|
* A header file that groups together all the ivis02 header files
|
||
|
*
|
||
|
*/
|
||
|
#ifndef _ivis02_h
|
||
|
#define _ivis02_h
|
||
|
|
||
|
/* Includes direct access to render modes */
|
||
|
#include "ivisdef.h"
|
||
|
#include "rendmode.h"
|
||
|
|
||
|
#endif //_ivis02_h
|
||
|
|