bap-poc-phase-3/Interop-BridgingHeader/Sources/CMath/include/CMath.h

18 lines
305 B
C
Raw Normal View History

2025-03-28 08:40:09 +00:00
//
// CMath.h
2025-03-28 08:40:09 +00:00
// Interop-BridgingHeader
//
// Created by TheAlgorithm476 on 09/04/2025.
//
#ifndef __CMATH_BRIDGING_HEADER
#define __CMATH_BRIDGING_HEADER
#include "add_nums.h"
#include "sub_nums.h"
#include "mul_nums.h"
#include "div_nums.h"
#include "spc_nums.h"
#endif // __CMATH_BRIDGING_HEADER