2022-11-27 16:41:52 +08:00

21 lines
378 B
C++

/**
* @file libimp/def.h
* @author mutouyun (orz@orzz.org)
* @brief Define the trivial configuration information.
* @date 2022-04-23
*/
#pragma once
#include <cstddef>
#include <cstdint>
#define LIBIMP imp
#define LIBIMP_NAMESPACE_BEG_ namespace LIBIMP {
#define LIBIMP_NAMESPACE_END_ }
LIBIMP_NAMESPACE_BEG_
/// @brief Constants.
LIBIMP_NAMESPACE_END_