DarkflameServer/dScripts/ai/WILD/LupGenericInteract.h
David Markowitz 9655f0ee45 make include guards standards conforming
fix compile issues
2024-10-30 00:34:25 -07:00

13 lines
234 B
C++

#ifndef LUCGENERICINTERACT_H
#define LUCGENERICINTERACT_H
#include "CppScripts.h"
class LupGenericInteract : public CppScripts::Script {
public:
void OnUse(Entity* self, Entity* user) override;
};
#endif //!LUCGENERICINTERACT_H