summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index f27193ae9..0e6e83e3e 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -263,6 +263,10 @@ public:
// API version number
static double version();
+ static int api_version();
+
+ // ABI version number
+ static int abi_version();
// argument parsers:
static int arg(int argc, char **argv, int& i);