Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
(→‎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"