kiba-engine
boolean.h
1 #pragma once
2 
3 #include <kiba/format/buffer.h>
4 #include <kiba/format/format.h>
5 
6 FORMAT_FUNCTION(format_read_b8);
7 FORMAT_FUNCTION(format_write_b8);
8 FORMAT_FUNCTION(format_read_b32);
9 FORMAT_FUNCTION(format_write_b32);