HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PXL_Callbacks.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: PXL_Callbacks.h ( PXL Library, C++)
7  *
8  * COMMENTS:
9  */
10 #ifndef PXL_CALLBACKS_H
11 #define PXL_CALLBACKS_H
12 
13 #include "PXL_API.h"
14 
15 PXL_API extern bool (*PXL_IsTexture_cb)(void *);
16 PXL_API extern void (*PXL_DeleteTextures_cb)(void *);
17 
18 #endif
void
Definition: png.h:1083
#define PXL_API
Definition: PXL_API.h:10
PXL_API bool(* PXL_IsTexture_cb)(void *)
PXL_API void(* PXL_DeleteTextures_cb)(void *)