// register_trffind_types.h #ifndef register_trffind_types_H #define register_trffind_types_H // Register all ObjType subclasses with ObjTable. namespace trf { bool register_trffind_types(); } #endif