Update IBehaviors.h

This commit is contained in:
David Markowitz 2024-05-18 03:54:09 -07:00
parent b3548de7da
commit a50b256689

View File

@ -1,5 +1,5 @@
#ifndef __IBEHAVIORS__H__
#define __IBEHAVIORS__H__
#ifndef IBEHAVIORS_H
#define IBEHAVIORS_H
#include <cstdint>
@ -19,4 +19,4 @@ public:
virtual void RemoveBehavior(const int32_t behaviorId) = 0;
};
#endif //!__IBEHAVIORS__H__
#endif //!IBEHAVIORS_H