forked from mirror/openmw-tes3mp
17 lines
233 B
C++
17 lines
233 B
C++
#ifndef GAME_MWCLASS_PROBE_H
|
|
#define GAME_MWCLASS_PROBE_H
|
|
|
|
#include "../mwworld/class.hpp"
|
|
|
|
namespace MWClass
|
|
{
|
|
class Probe : public MWWorld::Class
|
|
{
|
|
public:
|
|
|
|
|
|
static void registerSelf();
|
|
};
|
|
}
|
|
|
|
#endif
|