2016-08-10 23:54:55 +01:00
|
|
|
#ifndef S60X_H
|
|
|
|
#define S60X_H
|
|
|
|
|
2017-04-19 21:12:23 +01:00
|
|
|
#ifdef SUBPROJECT_default
|
|
|
|
#include "default.h"
|
|
|
|
#endif
|
|
|
|
#ifdef SUBPROJECT_rgb
|
|
|
|
#include "rgb.h"
|
2016-08-13 23:41:09 +01:00
|
|
|
#endif
|
|
|
|
|
2017-04-19 21:12:23 +01:00
|
|
|
#include "quantum.h"
|
2016-08-14 12:07:03 +01:00
|
|
|
|
2016-08-10 23:54:55 +01:00
|
|
|
#endif
|