historical/toontown-classic.git/panda/include/parser-inc/stdlib.h

7 lines
86 B
C
Raw Normal View History

2024-01-16 11:20:27 -06:00
#pragma once
#include <stdtypedefs.h>
#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1