diff options
author | Samuel Barney <samjbarney@gmail.com> | 2014-03-25 17:33:52 +0100 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2014-03-25 17:33:52 +0100 |
commit | d77a6417f62990f5c986e03a7e226c03b5a74fb8 (patch) | |
tree | 412ca6ca954c44945f6e672482852d9df1c1cc87 /src | |
parent | Merge pull request #828 from mc-server/Wither (diff) | |
download | cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.gz cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.bz2 cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.lz cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.xz cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.tar.zst cuberite-d77a6417f62990f5c986e03a7e226c03b5a74fb8.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Entities/Effects.h | 2 | ||||
-rw-r--r-- | src/Entities/Floater.h | 2 | ||||
-rw-r--r-- | src/OSSupport/Sleep.h | 2 | ||||
-rw-r--r-- | src/OSSupport/Thread.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Entities/Effects.h b/src/Entities/Effects.h index e7611847d..baf3302fb 100644 --- a/src/Entities/Effects.h +++ b/src/Entities/Effects.h @@ -27,4 +27,4 @@ enum ENUM_ENTITY_EFFECT E_EFFECT_ABSORPTION = 22, E_EFFECT_SATURATION = 23, } ; -// tolua_end
\ No newline at end of file +// tolua_end diff --git a/src/Entities/Floater.h b/src/Entities/Floater.h index f3b51d77b..547d503f1 100644 --- a/src/Entities/Floater.h +++ b/src/Entities/Floater.h @@ -43,4 +43,4 @@ protected: // Entity IDs int m_PlayerID; int m_AttachedMobID; -} ; // tolua_export
\ No newline at end of file +} ; // tolua_export diff --git a/src/OSSupport/Sleep.h b/src/OSSupport/Sleep.h index 5298c15da..0ec0adf9d 100644 --- a/src/OSSupport/Sleep.h +++ b/src/OSSupport/Sleep.h @@ -4,4 +4,4 @@ class cSleep { public: static void MilliSleep( unsigned int a_MilliSeconds ); -};
\ No newline at end of file +}; diff --git a/src/OSSupport/Thread.h b/src/OSSupport/Thread.h index 3c9316424..4153b2427 100644 --- a/src/OSSupport/Thread.h +++ b/src/OSSupport/Thread.h @@ -23,4 +23,4 @@ private: cEvent* m_StopEvent; AString m_ThreadName; -};
\ No newline at end of file +}; |