historical/toontown-classic.git/panda/include/parser-inc/csetjmp
2024-01-16 11:20:27 -06:00

5 lines
58 B
Text

#pragma once
namespace std {
typedef int jmp_buf[1];
}