]> git.jsancho.org Git - lugaru.git/blob - Source/pack_private.h
aa3b2c2c2ba3c27827f3ce5469a270d75d95b2dc
[lugaru.git] / Source / pack_private.h
1 #ifndef pack_private_h
2 #define pack_private_h
3
4 #include "private.h"
5
6 struct BinIOPackContext
7 {
8     uint8_t *buffer;
9     va_list  args;
10 };
11
12 extern void BinIOPack(void *context, int type, int byte_order, int count);
13
14 #endif
15