ai_enum.h
1 /*
2  * Arnold API header file
3  * Copyright (c) 1998-2009 Marcos Fajardo, (c) 2009-2013 Solid Angle SL
4  */
5 
11 #pragma once
12 #include "ai_api.h"
13 
24 typedef const char** AtEnum;
25 
26 AI_API int AiEnumGetValue(AtEnum enum_type, const char* string);
27 AI_API const char* AiEnumGetString(AtEnum enum_type, int index);
28 
29 /*\}*/

© 2009-2013 Solid Angle SL · all rights reserved · www.solidangle.com