blob: 9db16c78c2980f8e55f1ab744dc346992e35bda9 (
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
|