/****************************************************************************************/ /* Smoke.h */ /* */ /* Author: John Pollard */ /* Description: */ /* */ /* Copyright (c) 1999 WildTangent, Inc.; All rights reserved. */ /* */ /* See the accompanying file LICENSE.TXT for terms on the use of this library. */ /* This library is distributed in the hope that it will be useful but WITHOUT */ /* ANY WARRANTY OF ANY KIND and without any implied warranty of MERCHANTABILITY */ /* or FITNESS FOR ANY PURPOSE. Refer to LICENSE.TXT for more details. */ /* */ /****************************************************************************************/ #ifndef SMOKE_H #define SMOKE_H #include "Procedural.h" #ifdef __cplusplus extern "C" { #endif Procedural_Table *Smoke_GetProcedural_Table(void); #ifdef __cplusplus } #endif #endif