Add first version of CMath
This commit is contained in:
17
Interop-BridgingHeader/Sources/CMath/include/CMath.h
Normal file
17
Interop-BridgingHeader/Sources/CMath/include/CMath.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user