aboutsummaryrefslogtreecommitdiff
path: root/ibpctypes.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pragma onceHEADmasterRunxi Yu2024-08-181-0/+2
| | | | | | | | This is technically unportable as it's a GCC/Clang extension, but it's one of the extensions that I personally think make a lot of sense. I'll use include guards if I really need to port this to a compiler that doesn't support pragma once, I guess.
* types.h -> ibpctypes.hRunxi Yu2024-08-181-0/+57