summaryrefslogtreecommitdiff
path: root/include/f/f_base_id.h
blob: fb0f362e8cfee3b8b41ab044ca56086005492cc6 (plain)
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