mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
11 lines
154 B
C++
11 lines
154 B
C++
|
//
|
||
|
// Created by koncord on 25.10.17.
|
||
|
//
|
||
|
|
||
|
#ifndef OPENMW_STACKTRACE_HPP
|
||
|
#define OPENMW_STACKTRACE_HPP
|
||
|
|
||
|
void stacktrace();
|
||
|
|
||
|
#endif //OPENMW_STACKTRACE_HPP
|