#pragma once #include namespace iflytop { using namespace std; #define STATE_INDEX(type, subconfigindex) (type + subconfigindex) typedef enum { } state_index_t; } // namespace iflytop