1 2 3 4 5 6 7 8 9
#ifndef F_BASE_ID_H #define F_BASE_ID_H enum fBaseID_e { FIRST_ID = 1, INVALID = -1, }; #endif