mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[saco] Add CChatWindow::AddDebugMessage
stub
This commit is contained in:
@ -1,7 +1,12 @@
|
|||||||
|
|
||||||
#include "chatwindow.h"
|
#include "main.h"
|
||||||
|
|
||||||
CChatWindow::CChatWindow()
|
CChatWindow::CChatWindow()
|
||||||
{
|
{
|
||||||
// TODO: CChatWindow::CChatWindow() .text:100680F0
|
// TODO: CChatWindow::CChatWindow() .text:100680F0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void CChatWindow::AddDebugMessage(CHAR * szFormat, ...)
|
||||||
|
{
|
||||||
|
// TODO: CChatWindow::AddDebugMessage .text:100680F0
|
||||||
|
}
|
||||||
|
@ -8,4 +8,6 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
CChatWindow();
|
CChatWindow();
|
||||||
|
|
||||||
|
void AddDebugMessage(CHAR *szFormat, ...);
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user