oopsies
This commit is contained in:
9
src/Infobox/Calculator.h
Normal file
9
src/Infobox/Calculator.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CALCULATOR_H
|
||||
#define CALCULATOR_H
|
||||
|
||||
#include "Infobox.h"
|
||||
|
||||
double evaluate(const char *expr);
|
||||
InfoBox fetch_calc_data(char *math_input);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user