10 lines
118 B
C
10 lines
118 B
C
#ifndef MINIDOX_H
|
|
#define MINIDOX_H
|
|
|
|
#ifdef SUBPROJECT_rev1
|
|
#include "rev1.h"
|
|
#endif
|
|
|
|
#include "quantum.h"
|
|
|
|
#endif |