/* 4coder_custom.h */ // TOP #ifndef FCODER_CUSTOM_H #define FCODER_CUSTOM_H #include "api/4coder_version.h" #include "api/4coder_keycodes.h" #include "api/4coder_default_colors.h" #include "api/4coder_types.h" #define DYNAMIC_LINK_API #include "generated/custom_api.h" #endif // BOTTOM