mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 13:11:20 +00:00
16 lines
181 B
C++
16 lines
181 B
C++
#ifndef _CTWEAKS_HPP
|
|
#define _CTWEAKS_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CTweaks {
|
|
public:
|
|
void RegisterResourceTweaks();
|
|
void RegisterTweaks();
|
|
|
|
private:
|
|
uint x0_unk;
|
|
};
|
|
|
|
#endif
|