controller-legacy/include/macros.h

14 lines
243 B
C
Raw Permalink Normal View History

2020-01-07 01:23:16 +00:00
#ifndef CONTROLLER_MACROS_H
#define CONTROLLER_MACROS_H
2020-02-08 12:50:54 +00:00
#include <colors.h>
#include <logger.h>
#ifndef SOURCE_PATH_SIZE
#define SOURCE_PATH_SIZE 0
#endif
#define __FILENAME__ (__FILE__ + SOURCE_PATH_SIZE)
2020-01-07 01:23:16 +00:00
#endif //CONTROLLER_MACROS_H