OpenMW
apps/openmw/mwclass/classes.hpp
Go to the documentation of this file.
00001 #ifndef GAME_MWCLASS_CLASSES_H
00002 #define GAME_MWCLASS_CLASSES_H
00003 
00004 namespace MWClass
00005 {
00006     void registerClasses();
00008 }
00009 
00010 #endif