1
0
Fork 0

Added to blank spaces at end of protosplit to make it compile under make v2

This commit is contained in:
unknown 2017-07-27 16:32:28 -04:00 committed by Jack Humbert
parent 9334986bd9
commit b710e21efb
4 changed files with 77 additions and 76 deletions

View file

@ -1,13 +1,13 @@
#ifndef deltasplit75_H
#define deltasplit75_H
#ifdef SUBPROJECT_v2
#include "v2.h"
#endif
#ifdef SUBPROJECT_protosplit
#include "protosplit.h"
#endif
#include "quantum.h"
#ifndef DELTASPLIT75_H
#define DELTASPLIT75_H
#ifdef SUBPROJECT_v2
#include "v2.h"
#endif
#ifdef SUBPROJECT_protosplit
#include "protosplit.h"
#endif
#include "quantum.h"
#endif