Files
ss/include/f/f_base_id.h
T
2024-03-17 18:55:49 -04:00

10 lines
105 B
C

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