Skip to content

Commit

Permalink
Update IBehaviors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
EmosewaMC committed May 18, 2024
1 parent b3548de commit a50b256
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dDatabase/GameDatabase/ITables/IBehaviors.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __IBEHAVIORS__H__
#define __IBEHAVIORS__H__
#ifndef IBEHAVIORS_H
#define IBEHAVIORS_H

#include <cstdint>

Expand All @@ -19,4 +19,4 @@ class IBehaviors {
virtual void RemoveBehavior(const int32_t behaviorId) = 0;
};

#endif //!__IBEHAVIORS__H__
#endif //!IBEHAVIORS_H

0 comments on commit a50b256

Please sign in to comment.