open_toontown_panda3d/dtool/src/parser-inc/csetjmp

6 lines
58 B
Plaintext

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