]> git.tdb.fi Git - gldbg.git/blob - source/enums.table.t
Replace per-file license notices with License.txt
[gldbg.git] / source / enums.table.t
1 !mode enums
2 :EnumInfo enums[] =
3 :{
4 wl('    { 0x%X, "%s", "%s" },'%(enum.value, enum.category, enum.name))
5 :       { 0, 0, 0 }
6 :};
7 :const unsigned enum_count = sizeof(enums)/sizeof(EnumInfo);