X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=blobdiff_plain;f=src%2Fapc.h;h=b60342d5c51ecb8320a61153db198a9a34948030;hp=9649c24aecb0d57940a37051e42e29b27aa27c93;hb=f4410cd4b87c75bb112264cf38951461065b7ef9;hpb=db01318a8e246249ceea23255a6512ea8a5c00c2 diff --git a/src/apc.h b/src/apc.h index 9649c24..b60342d 100644 --- a/src/apc.h +++ b/src/apc.h @@ -7,6 +7,8 @@ typedef enum frame_facing apc_facing; #define APC_NAME_MAX 64 +#define APC_CLASS_DELIMITER '/' +#define APC_SET_DELIMITER '_' #endif //_APC_H_