1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-13 03:40:18 +00:00

11 lines
157 B
C++

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