mirror of
https://github.com/gwm17/DaqGrimoire.git
synced 2024-11-23 03:08:52 -05:00
10 lines
142 B
C
10 lines
142 B
C
|
#ifndef DAQ_GRIMOIRE_H
|
||
|
#define DAQ_GRIMOIRE_H
|
||
|
|
||
|
#include "FileIO/DYFileReader.h"
|
||
|
|
||
|
#ifdef DG_HAS_ASIO
|
||
|
#include "NetIO/DYClient.h"
|
||
|
#endif
|
||
|
|
||
|
#endif
|