mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
missing endlines
This commit is contained in:
parent
c29a85a443
commit
d1d123dc6a
@ -9,4 +9,4 @@ void CDebug::DebugInitTextBuffer()
|
|||||||
|
|
||||||
void CDebug::DebugDisplayTextBuffer()
|
void CDebug::DebugDisplayTextBuffer()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@ -8,4 +8,4 @@ public:
|
|||||||
static void DebugInitTextBuffer();
|
static void DebugInitTextBuffer();
|
||||||
static void DebugDisplayTextBuffer();
|
static void DebugDisplayTextBuffer();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -12,4 +12,4 @@ public:
|
|||||||
static void AddRoutePoint(int16, CVector);
|
static void AddRoutePoint(int16, CVector);
|
||||||
static void RemoveRoute(int16);
|
static void RemoveRoute(int16);
|
||||||
static void Initialise(void);
|
static void Initialise(void);
|
||||||
};
|
};
|
||||||
|
@ -92,4 +92,4 @@ cprintf(char* format, ...)
|
|||||||
va_copy(vl2, vl1);
|
va_copy(vl2, vl1);
|
||||||
vsprintf(s, format, vl1);
|
vsprintf(s, format, vl1);
|
||||||
TheConsole.AddLine(s, 255, 255, 128);
|
TheConsole.AddLine(s, 255, 255, 128);
|
||||||
}
|
}
|
||||||
|
@ -22,4 +22,4 @@ public:
|
|||||||
void Init() { m_nCurrentLine = 0; m_nLineCount = 0; }
|
void Init() { m_nCurrentLine = 0; m_nLineCount = 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
extern CConsole &TheConsole;
|
extern CConsole &TheConsole;
|
||||||
|
Loading…
Reference in New Issue
Block a user