prime/include/Kyoto/Particles/CElementGen.hpp

12 lines
163 B
C++
Raw Normal View History

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