16 lines
305 B
C
16 lines
305 B
C
#ifndef _RESLIB_H_
|
|
|
|
#define _RESLIB_H_
|
|
|
|
#define IMPORTING
|
|
#include "\MAXSDK\INCLUDE\resmgr.h"
|
|
#undef IMPORTING
|
|
|
|
#include "\MAXSDK\INCLUDE\dan.h"
|
|
#include "\MAXSDK\INCLUDE\don.h"
|
|
#include "\MAXSDK\INCLUDE\rolf.h"
|
|
#include "\MAXSDK\INCLUDE\tom.h"
|
|
#include "\MAXSDK\INCLUDE\3dsmxhlp.h"
|
|
|
|
#endif // _RESLIB_H_
|