From 89cfeefab5149eb5e815740e222949c99b5525b3 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 28 Nov 2013 01:38:23 +0100 Subject: Cycles: experimental OSL ptex reading code. This code can't actually be enabled for building and is incomplete, but it's here because we know we want to support this at some point and there's not much reason to have it in a separate branch if a simple #ifdef can disable it. --- intern/cycles/util/util_string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/util/util_string.h') diff --git a/intern/cycles/util/util_string.h b/intern/cycles/util/util_string.h index ee924340716..2d63a075e71 100644 --- a/intern/cycles/util/util_string.h +++ b/intern/cycles/util/util_string.h @@ -40,6 +40,7 @@ string string_printf(const char *format, ...) PRINTF_ATTRIBUTE; bool string_iequals(const string& a, const string& b); void string_split(vector& tokens, const string& str, const string& separators = "\t "); +bool string_endswith(const string& s, const char *end); CCL_NAMESPACE_END -- cgit v1.2.3