2022-04-10 00:17:06 +00:00
|
|
|
#ifndef _CTWEAKS_HPP
|
|
|
|
#define _CTWEAKS_HPP
|
|
|
|
|
|
|
|
#include "types.h"
|
|
|
|
|
|
|
|
class CTweaks {
|
|
|
|
public:
|
|
|
|
void RegisterResourceTweaks();
|
|
|
|
void RegisterTweaks();
|
|
|
|
|
|
|
|
private:
|
2022-09-05 04:01:13 +00:00
|
|
|
uint x0_unk;
|
2022-04-10 00:17:06 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|