mirror of https://github.com/axmolengine/axmol.git
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
|
#pragma GCC system_header
|
||
|
#pragma GCC visibility push(default)
|
||
|
#include_next <exception>
|
||
|
#pragma GCC visibility pop
|