Open main menu

Difference between revisions of "HOWTO-Engines"

3 bytes removed ,  09:40, 11 January 2015
fix include, thanks _mfk
(→‎Example: engines/quux/quux.cpp: Properly initialize _console member.)
(fix include, thanks _mfk)
Line 169: Line 169:
#include "common/debug-channels.h"
#include "common/debug-channels.h"
#include "common/error.h"
#include "common/error.h"
#include "common/EventRecorder.h"
#include "gui/EventRecorder.h"
#include "common/file.h"
#include "common/file.h"
#include "common/fs.h"
#include "common/fs.h"
193

edits