index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Help
/
guide
/
importing-exporting
/
MathFunctionsComponents
/
Addition
/
Addition.h
blob: b061d5e93ec10e30f8c66cc331ceffb80e0ea364 (
plain
)
1
2
3
4
5
#pragma once
namespace
MathFunctions
{
double
add
(
double
x
,
double
y
);
}