mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 08:17:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _TCASTTO_HPP
|
||||
#define _TCASTTO_HPP
|
||||
#ifndef _TCASTTO
|
||||
#define _TCASTTO
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -106,4 +106,4 @@ static inline const T* TCastToConstPtr(const CEntity& p) {
|
||||
return TCastToPtr< T >(const_cast< CEntity& >(p));
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // _TCASTTO
|
||||
|
||||
Reference in New Issue
Block a user