diff options
Diffstat (limited to 'src/c_fl.cpp')
-rw-r--r-- | src/c_fl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/c_fl.cpp b/src/c_fl.cpp index acaae1a..1e8fd1c 100644 --- a/src/c_fl.cpp +++ b/src/c_fl.cpp @@ -10,6 +10,11 @@ +const short fl_mod_command = FL_COMMAND >> 16; + + + + size_t c_pointer_size() { return sizeof(void*); } |