mirror of https://github.com/PrimeDecomp/prime.git
12 lines
138 B
C++
12 lines
138 B
C++
|
#ifndef _CARAMTOKEN_HPP
|
||
|
#define _CARAMTOKEN_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CARAMToken {
|
||
|
public:
|
||
|
static void UpdateAllDMAs();
|
||
|
};
|
||
|
|
||
|
#endif
|