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

7 lines
91 B
Text

#pragma once
#include <stddef.h>
namespace std {
enum class byte : unsigned char {};
}