Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ScriptEngine.cxx File Reference
#include "ScriptEngine.hxx"
#include "LOG.hxx"
#include <Filesystem.hxx>
#include <angelscript.h>
#include <scriptstdstring/scriptstdstring.h>
#include <scriptarray/scriptarray.h>
#include <scriptdictionary/scriptdictionary.h>
#include <scriptmath/scriptmath.h>
#include <scriptmath/scriptmathcomplex.h>
#include <scriptbuilder/scriptbuilder.h>
#include <cassert>
#include <string>
#include <SDL.h>
+ Include dependency graph for ScriptEngine.cxx:

Go to the source code of this file.

Functions

void print (const string &str)
 

Function Documentation

◆ print()

void print ( const string str)

Definition at line 25 of file ScriptEngine.cxx.

25 { LOG(LOG_INFO) << "[AS] " << str; }
LOG
Definition: LOG.hxx:32
LOG_INFO
@ LOG_INFO
Definition: LOG.hxx:25