6 lines
61 B
C++
6 lines
61 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
typedef uint32_t bool32_t;
|
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
typedef uint32_t bool32_t;
|