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