diff options
Diffstat (limited to 'NK_C_API.cc')
-rw-r--r-- | NK_C_API.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NK_C_API.cc b/NK_C_API.cc index e730bae..6f4c757 100644 --- a/NK_C_API.cc +++ b/NK_C_API.cc @@ -532,6 +532,10 @@ extern "C" { } + NK_C_API const char * NK_version() { + return VERSION; + } + #ifdef __cplusplus } #endif |