mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
# 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;} {}
|
|
}
|