openmw-tes3coop/apps/openmw/mwworld/classes.hpp
2010-08-03 11:14:57 +02:00

10 lines
157 B
C++

#ifndef GAME_MWWORLD_CLASSES_H
#define GAME_MWWORLD_CLASSES_H
namespace MWWorld
{
void registerClasses();
///< register all known classes
}
#endif