19 lines
236 B
C++
19 lines
236 B
C++
/**
|
|
* @author Edouard DUPIN
|
|
*
|
|
* @copyright 2011, Edouard DUPIN, all right reserved
|
|
*
|
|
* @license BSD v3 (see license file)
|
|
*/
|
|
|
|
#ifndef __EGE_PARTICULE_ENGINE_H__
|
|
#define __EGE_PARTICULE_ENGINE_H__
|
|
|
|
namespace ege {
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|