1
0

Added newlines. Without them, the files would not compile.

This commit is contained in:
Samuel Barney 2014-03-25 10:33:52 -06:00
parent c6186acf58
commit d77a6417f6
4 changed files with 4 additions and 4 deletions

View File

@ -27,4 +27,4 @@ enum ENUM_ENTITY_EFFECT
E_EFFECT_ABSORPTION = 22,
E_EFFECT_SATURATION = 23,
} ;
// tolua_end
// tolua_end

View File

@ -43,4 +43,4 @@ protected:
// Entity IDs
int m_PlayerID;
int m_AttachedMobID;
} ; // tolua_export
} ; // tolua_export

View File

@ -4,4 +4,4 @@ class cSleep
{
public:
static void MilliSleep( unsigned int a_MilliSeconds );
};
};

View File

@ -23,4 +23,4 @@ private:
cEvent* m_StopEvent;
AString m_ThreadName;
};
};