comparison sidlib.h @ 230:1e860046a4cc

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 03 Jan 2020 13:11:29 +0200
parents 2b3d5d49086d
children bb8ce494267b
comparison
equal deleted inserted replaced
229:080219f105ce 230:1e860046a4cc
18 18
19 19
20 // 20 //
21 // Some constants 21 // Some constants
22 // 22 //
23 #define SIDLIB_PSID_MAGIC_LEN 4 23 #define SIDLIB_PSID_MAGIC_LEN (4)
24 #define SIDLIB_PSID_STR_LEN 32 24 #define SIDLIB_PSID_STR_LEN (32)
25 #define SIDLIB_PSID_BUFFER_SIZE (1024 * 16) 25 #define SIDLIB_BUFFER_SIZE (1024 * 16)
26 26
27 27
28 enum 28 enum
29 { 29 {
30 // Player flags 30 // Player flags