1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-05 00:27:30 +02:00
openrw/rwlib/source/rw/abort.cpp
Anonymous Maarten 90acef28f7 rwlib: iwyu: reduce warnings
- use mapping file
- forward define FileContentsInfo, CutsceneTracks, GameTexts
- no more "#pragma once"
- add mapping file
2018-01-08 22:52:48 +00:00

6 lines
103 B
C++

#include <functional>
#if RW_DEBUG
std::function<void()> _rw_abort_cb[2] = {nullptr, nullptr};
#endif