1
0
mirror of https://github.com/edeproject/ede.git synced 2023-08-10 21:13:03 +03:00
ede/ede-calc/Main.fl

15 lines
292 B
Plaintext
Raw Normal View History

# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cpp}
decl {\#include "SciCalc.h"} {public
}
Function {main(int ac,char *av)} {open selected return_type int
} {
code {SciCalc *calc = new SciCalc();
calc->run();
delete calc;} {}
}