#ifndef _CSFXMANAGER_HPP #define _CSFXMANAGER_HPP #include "types.h" class CSfxManager { public: static void Update(float dt); }; #endif