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