Code::Blocks  SVN r11506
Functions | Variables
scriptconsole.cpp File Reference
#include <sdk.h>
#include <sqplus.h>
#include "scriptconsole.h"
#include <wx/filedlg.h>
#include <wx/settings.h>
#include <wx/string.h>
#include <wx/intl.h>
#include <wx/font.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/artprov.h>
Include dependency graph for scriptconsole.cpp:

Go to the source code of this file.

Functions

static void ScriptConsolePrintFunc (HSQUIRRELVM, const SQChar *s,...)
 

Variables

static ScriptConsoles_Console = nullptr
 
static SQPRINTFUNCTION s_OldPrintFunc = nullptr
 

Function Documentation

◆ ScriptConsolePrintFunc()

static void ScriptConsolePrintFunc ( HSQUIRRELVM  ,
const SQChar s,
  ... 
)
static

Variable Documentation

◆ s_Console

ScriptConsole* s_Console = nullptr
static

Definition at line 44 of file scriptconsole.cpp.

◆ s_OldPrintFunc

SQPRINTFUNCTION s_OldPrintFunc = nullptr
static