You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
188 B
C
13 lines
188 B
C
8 years ago
|
#ifndef DeltaSplit75_H
|
||
|
#define DeltaSplit75_H
|
||
|
|
||
|
#ifdef SUBPROJECT_V2
|
||
|
#include "V2.h"
|
||
|
#endif
|
||
|
#ifdef SUBPROJECT_ProtoSplit
|
||
|
#include "ProtoSplit.h"
|
||
|
#endif
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
#endif
|