2018-05-11 20:46:26 +00:00
|
|
|
/*
|
2018-11-27 18:07:07 +00:00
|
|
|
4coder_custom.h
|
2018-05-11 20:46:26 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
// TOP
|
2017-01-23 06:19:43 +00:00
|
|
|
|
|
|
|
#ifndef FCODER_CUSTOM_H
|
|
|
|
#define FCODER_CUSTOM_H
|
|
|
|
|
2019-10-01 21:07:39 +00:00
|
|
|
#include "api/4coder_version.h"
|
|
|
|
#include "api/4coder_keycodes.h"
|
|
|
|
#include "api/4coder_default_colors.h"
|
|
|
|
#include "api/4coder_types.h"
|
2019-10-05 02:48:05 +00:00
|
|
|
#define DYNAMIC_LINK_API
|
|
|
|
#include "generated/custom_api.h"
|
2017-01-23 06:19:43 +00:00
|
|
|
|
|
|
|
#endif
|
2018-05-11 20:46:26 +00:00
|
|
|
|
|
|
|
// BOTTOM
|
|
|
|
|