ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
ALib.Camp.Base.H
Go to the documentation of this file.
1//==================================================================================================
2/// \file
3/// This header-file is part of the \aliblong.
4///
5/// \emoji :copyright: 2013-2025 A-Worx GmbH, Germany.
6/// Published under \ref mainpage_license "Boost Software License".
7//==================================================================================================
8#ifndef H_ALIB_CAMP_BASE
9#define H_ALIB_CAMP_BASE
10#pragma once
11#ifndef INL_ALIB
12# include "alib/alib.inl"
13#endif
14
16
17#if ALIB_CAMP
18# if ALIB_C20_MODULES && !DOXYGEN
19 import ALib.Camp.Base;
20# elif !defined(ALIB_INC_CAMP_BASE_MPP)
21# define ALIB_INC_CAMP_BASE_MPP
22# include "alib/camp/basecamp.mpp"
23# endif
24#endif
25
26#endif // H_ALIB_CAMP_BASE
27