#ifndef F_BASE_ID_H #define F_BASE_ID_H enum fBaseID_e { FIRST_ID = 1, INVALID = -1, }; #endif