mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-14 15:52:38 +00:00
make include guards standards conforming
fix compile issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __POSITIONUPDATE__H__
|
||||
#define __POSITIONUPDATE__H__
|
||||
#ifndef POSITIONUPDATE_H
|
||||
#define POSITIONUPDATE_H
|
||||
|
||||
#include "NiPoint3.h"
|
||||
#include "NiQuaternion.h"
|
||||
@@ -33,4 +33,4 @@ struct PositionUpdate {
|
||||
RemoteInputInfo remoteInputInfo;
|
||||
};
|
||||
|
||||
#endif //!__POSITIONUPDATE__H__
|
||||
#endif //!POSITIONUPDATE_H
|
||||
|
||||
Reference in New Issue
Block a user