Added newlines. Without them, the files would not compile.
This commit is contained in:
parent
c6186acf58
commit
d77a6417f6
@ -27,4 +27,4 @@ enum ENUM_ENTITY_EFFECT
|
|||||||
E_EFFECT_ABSORPTION = 22,
|
E_EFFECT_ABSORPTION = 22,
|
||||||
E_EFFECT_SATURATION = 23,
|
E_EFFECT_SATURATION = 23,
|
||||||
} ;
|
} ;
|
||||||
// tolua_end
|
// tolua_end
|
||||||
|
@ -43,4 +43,4 @@ protected:
|
|||||||
// Entity IDs
|
// Entity IDs
|
||||||
int m_PlayerID;
|
int m_PlayerID;
|
||||||
int m_AttachedMobID;
|
int m_AttachedMobID;
|
||||||
} ; // tolua_export
|
} ; // tolua_export
|
||||||
|
@ -4,4 +4,4 @@ class cSleep
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static void MilliSleep( unsigned int a_MilliSeconds );
|
static void MilliSleep( unsigned int a_MilliSeconds );
|
||||||
};
|
};
|
||||||
|
@ -23,4 +23,4 @@ private:
|
|||||||
cEvent* m_StopEvent;
|
cEvent* m_StopEvent;
|
||||||
|
|
||||||
AString m_ThreadName;
|
AString m_ThreadName;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user