17 lines
600 B
C
17 lines
600 B
C
/**********************************************************
|
|
* *
|
|
* Magnet *
|
|
* *
|
|
* This file contains the public includes for the magnet *
|
|
* Author : Ubi China - Marc Trabucato *
|
|
* *
|
|
**********************************************************/
|
|
|
|
#if !defined( _MGT_H_ )
|
|
#define _MGT_H_
|
|
|
|
#include "MGT\MGTStruc.h"
|
|
#include "MGT\MGTProto.h"
|
|
|
|
#endif /* _MGT_H_ */
|