1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef G3_PREFAB_H_INCLUDED #define G3_PREFAB_H_INCLUDED struct PrefabCode { unsigned int leadBits; unsigned int trailBits; struct BitString activeBits; }; extern struct PrefabCode const g3prefab_code[256]; #endif