Newer
Older
ubixfs-2 / btree.h
#ifndef BTREE_H
#define BTREE_H

enum treeTypes { BT_CUSTOM, BT_PCHAR, BT_STRING, BT_SINGLE, BT_DOUBLE, BT_INT32, BT_INT64 };


#endif