blob: 8931f73a5ebe3b3accd1478492de3bdd22b420cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef DeltaSplit75_H
#define DeltaSplit75_H
#ifdef SUBPROJECT_V2
#include "V2.h"
#endif
#ifdef SUBPROJECT_ProtoSplit
#include "ProtoSplit.h"
#endif
#include "quantum.h"
#endif
|