add comment
This commit is contained in:
parent
f57f2f3afc
commit
b184e675ec
@ -98,9 +98,10 @@ face_free (struct face_item * root)
|
|||||||
struct item
|
struct item
|
||||||
{
|
{
|
||||||
struct item * next;
|
struct item * next;
|
||||||
unsigned int a;
|
|
||||||
|
unsigned int a; // a, b = Key
|
||||||
unsigned int b;
|
unsigned int b;
|
||||||
unsigned int id;
|
unsigned int id; // id = Value
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAP_SIZE 8192
|
#define MAP_SIZE 8192
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user