From c275b9ecc894ad21159f10873c39bb0195f01eb8 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 13 May 2003 02:34:30 +0000 Subject: "" svn path=/trunk/; revision=615 --- externals/grill/flext/source/flsupport.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'externals/grill/flext/source/flsupport.h') diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h index f4b81c58..2235e854 100644 --- a/externals/grill/flext/source/flsupport.h +++ b/externals/grill/flext/source/flsupport.h @@ -38,6 +38,19 @@ class FLEXT_SHARE flext { */ public: +// --- version ----------------------------------------------- + + /*! \brief Flext version number + + Return the version number of the flext library. + For statically linked flext this is identical to the header definition FLEXT_VERSION, + otherwise it reflects the version number of the shared flext library. + */ + static int Version(); + + //! Flext version string + static const char *VersionStr(); + // --- console output ----------------------------------------------- #if FLEXT_SYS == FLEXT_SYS_JMAX -- cgit v1.2.1