mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 15:01:38 -04:00
10 lines
105 B
C
10 lines
105 B
C
#ifndef F_BASE_ID_H
|
|
#define F_BASE_ID_H
|
|
|
|
enum fBaseID_e {
|
|
FIRST_ID = 1,
|
|
INVALID = -1,
|
|
};
|
|
|
|
#endif
|