mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-25 19:35:34 +00:00
15 lines
177 B
C++
15 lines
177 B
C++
#ifndef _CSKINNEDMODEL_HPP
|
|
#define _CSKINNEDMODEL_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CSkinnedModel {
|
|
public:
|
|
static void ClearPointGeneratorFunc();
|
|
|
|
private:
|
|
// TODO
|
|
};
|
|
|
|
#endif
|