Codechange: Let the compile generate the master command table out of templated command traits.
This is using a non-intrusive type-traits like templated system, which allows compile-time validation that the command table and the command enum match up.
This commit is contained in:
@@ -34,7 +34,7 @@ add_files(
|
||||
town_land.h
|
||||
townname.h
|
||||
track_land.h
|
||||
train_cmd.h
|
||||
train_sprites.h
|
||||
tree_land.h
|
||||
unicode.h
|
||||
water_land.h
|
||||
|
||||
Reference in New Issue
Block a user