23 lines
571 B
C
23 lines
571 B
C
/*=========================================================================
|
|
* RND.h : This file contain included all extern files of RANDOM.
|
|
*
|
|
* Version 1.0
|
|
* Creation date 21/04/97
|
|
* Revision date
|
|
*
|
|
* (c) Ubi Studios 1997
|
|
*=======================================================================*/
|
|
|
|
#if !defined(__VIG_H__)
|
|
#define __VIG_H__
|
|
|
|
/******************************************/
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif /* _MSC_VER >= 1000 */
|
|
/******************************************/
|
|
|
|
#include "VIG/VIG_def.h"
|
|
|
|
#endif /* __VIG_H__ */
|