mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-06 09:13:29 +00:00
12 lines
145 B
C++
12 lines
145 B
C++
#ifndef _CARAMTOKEN
|
|
#define _CARAMTOKEN
|
|
|
|
#include "types.h"
|
|
|
|
class CARAMToken {
|
|
public:
|
|
static void UpdateAllDMAs();
|
|
};
|
|
|
|
#endif // _CARAMTOKEN
|