1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 01:45:33 +00:00
openmw-tes3mp/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