mirror of
https://github.com/rwengine/openrw.git
synced 2025-04-30 13:58:04 +03:00
6 lines
107 B
C++
6 lines
107 B
C++
![]() |
#include "rw/defines.hpp"
|
||
|
|
||
|
#if RW_DEBUG
|
||
|
std::function<void()> _rw_abort_cb[2] = {nullptr, nullptr};
|
||
|
#endif
|