11 lines
145 B
C
Executable File
11 lines
145 B
C
Executable File
#ifndef _PARTICLELIB_H_
|
|
|
|
#define _PARTICLELIB_H_
|
|
|
|
#define IMPORTING
|
|
#include "particle.h"
|
|
#undef IMPORTING
|
|
|
|
#endif // _PARTICLELIB_H_
|
|
|