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