mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
here's PSYC_Types - now shoot me
This commit is contained in:
parent
e41822ed2b
commit
1542a0ddb6
1 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,21 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
enum PSYC_Types {
|
||||||
|
PSYC_TYPE_AMOUNT,
|
||||||
|
PSYC_TYPE_COLOR,
|
||||||
|
PSYC_TYPE_DATE,
|
||||||
|
PSYC_TYPE_DEGREE,
|
||||||
|
PSYC_TYPE_ENTITY,
|
||||||
|
PSYC_TYPE_FLAG,
|
||||||
|
PSYC_TYPE_LANGUAGE,
|
||||||
|
PSYC_TYPE_LIST,
|
||||||
|
PSYC_TYPE_NICK,
|
||||||
|
PSYC_TYPE_PAGE,
|
||||||
|
PSYC_TYPE_UNIFORM,
|
||||||
|
PSYC_TYPE_TIME,
|
||||||
|
};
|
||||||
|
|
||||||
enum PSYC_Flags
|
enum PSYC_Flags
|
||||||
{
|
{
|
||||||
PSYC_HEADER_ONLY = 1
|
PSYC_HEADER_ONLY = 1
|
||||||
|
|
Loading…
Reference in a new issue