From 520a243c297175386ab31c78c84693a664934a69 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 26 Sep 2005 14:00:27 +0000 Subject: small fixes update for new flext callback naming - made xcode project - fixed loop record bug - some small cleanups svn path=/trunk/; revision=3638 --- externals/grill/xsample/source/main.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'externals/grill/xsample/source/main.h') diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index ad41ffbf..e7ac6280 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -15,8 +15,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #error You need at least flext version 0.5.0 #endif -#define XSAMPLE_VERSION "0.3.1pre7" +#define XSAMPLE_VERSION "0.3.1pre8" +extern "C++" { // most compilers are somehow broken - in other words - can't handle all C++ features @@ -439,4 +440,6 @@ private: #include "inter.h" #endif +} + #endif -- cgit v1.2.1