mirror of https://github.com/PrimeDecomp/prime.git
14 lines
176 B
C++
14 lines
176 B
C++
|
#ifndef _CSKINNEDMODEL_HPP
|
||
|
#define _CSKINNEDMODEL_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CSkinnedModel {
|
||
|
public:
|
||
|
static void ClearPointGeneratorFunc();
|
||
|
|
||
|
private:
|
||
|
// TODO
|
||
|
};
|
||
|
|
||
|
#endif
|