mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-21 18:33:28 +00:00
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
|