mirror of https://github.com/PrimeDecomp/prime.git
10 lines
105 B
C++
10 lines
105 B
C++
|
#ifndef _CANIMDATA_HPP
|
||
|
#define _CANIMDATA_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CAnimData {
|
||
|
// TODO
|
||
|
};
|
||
|
|
||
|
#endif
|