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