11 lines
219 B
C++
11 lines
219 B
C++
|
|
#pragma once
|
|
|
|
#if !defined(RAID_PUBLIC_RAID_RAID_HPP_INCLUDED)
|
|
#define RAID_PUBLIC_RAID_RAID_HPP_INCLUDED 1
|
|
|
|
#include "./application.hpp"
|
|
#include "./config.hpp"
|
|
|
|
#endif // !defined(RAID_PUBLIC_RAID_RAID_HPP_INCLUDED)
|