mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 19:47:42 +00:00
Reorganize includes to match asm
This commit is contained in:
12
include/Kyoto/CARAMManager.hpp
Normal file
12
include/Kyoto/CARAMManager.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CARAMMANAGER_HPP
|
||||
#define _CARAMMANAGER_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CARAMManager {
|
||||
public:
|
||||
static void Shutdown();
|
||||
static void CollectGarbage();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user