00001 /********************* 00002 * Untitledurpose 00003 * uthor 00004 **********************/ 00005 #pragma once 00006 00007 #include "constants.h" 00008 #include "GSingletonManager.h" 00009 00010 class GIOManager : public GSingletonManager<GIOManager> 00011 { 00012 };