ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
resources.uni.cpp
1//##################################################################################################
2// ALib C++ Framework
3//
4// Copyright 2013-2026 A-Worx GmbH, Germany
5// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6//##################################################################################################
7//========================================= Global Fragment ========================================
8#include "alib_precompile.hpp"
10#include <cstdarg>
11#if ALIB_DEBUG_RESOURCES
12# include <vector>
13# include <algorithm>
14#endif
15//============================================= Imports ============================================
16#if ALIB_DEBUG_RESOURCES
18#endif
20# include "ALib.Resources.H"
21//========================================== Implementation ========================================
22#include "localresourcepool.cpp"
23#include "extensions/strings_loadtokens.cpp"