prime/include/Kyoto/CARAMManager.hpp

13 lines
171 B
C++
Raw Normal View History

#ifndef _CARAMMANAGER_HPP
#define _CARAMMANAGER_HPP
#include "types.h"
class CARAMManager {
public:
static void Shutdown();
static void CollectGarbage();
};
#endif