prime/include/Kyoto/Particles/CGenDescription.hpp
Phillip Stephens 3aefff6950 Match and link CIOWin
Former-commit-id: 1029d92fd46ab5a257b1406de034688e4de83699
2022-10-08 02:21:38 -07:00

13 lines
207 B
C++

#ifndef __CGENDESCRIPTION_HPP__
#define __CGENDESCRIPTION_HPP__
class CGenDescription {
public:
CGenDescription();
~CGenDescription();
private:
char data[0x12c];
};
#endif // __CGENDESCRIPTION_HPP__