Demo/src/MathFunctions.hpp

6 lines
85 B
C++

#ifndef DEMO_MATHFUNCTIONS_H
#define DEMO_MATHFUNCTIONS_H
void mandelbrot();
#endif