This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Donald f1dbf72e09 Changed case of protosplit
Also updated readme to have correct capitalization.
2017-07-28 10:45:34 -04:00

13 lines
200 B
C

#ifndef deltasplit75_H
#define deltasplit75_H
#ifdef SUBPROJECT_v2
#include "v2.h"
#endif
#ifdef SUBPROJECT_protosplit
#include "protosplit.h"
#endif
#include "quantum.h"
#endif