18 lines
321 B
C
18 lines
321 B
C
|
//
|
||
|
// CMath-Bridging-Header.h
|
||
|
// 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
|