#ifndef _CARAMTOKEN_HPP #define _CARAMTOKEN_HPP #include "types.h" class CARAMToken { public: static void UpdateAllDMAs(); }; #endif