prime/include/Kyoto/Particles/CElementGen.hpp

13 lines
164 B
C++

#ifndef _CELEMENTGEN_HPP
#define _CELEMENTGEN_HPP
#include "types.h"
class CElementGen {
public:
static void Initialize();
static void ShutDown();
};
#endif