You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.1 KiB
C
41 lines
1.1 KiB
C
/****************************************************************************
|
|
* *
|
|
* module : nodeD3D8AtomicAllInOne.h *
|
|
* *
|
|
* purpose: see nodeD3D8AtomicAllInOne.c *
|
|
* *
|
|
****************************************************************************/
|
|
|
|
#ifndef NODED3D8ATOMICALLINONE_H
|
|
#define NODED3D8ATOMICALLINONE_H
|
|
|
|
#include "rwcore.h"
|
|
|
|
|
|
/****************************************************************************
|
|
global prototypes
|
|
*/
|
|
|
|
/* RWPUBLIC */
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif /* __cplusplus */
|
|
|
|
extern RxNodeDefinition *RxNodeDefinitionGetD3D8AtomicAllInOne(void);
|
|
/* RWPUBLICEND */
|
|
|
|
extern D3DCAPS8 _RwD3D8DeviceCaps;
|
|
|
|
extern void
|
|
_rwD3D8AtomicDefaultLightingCallback(void *object);
|
|
|
|
/* RWPUBLIC */
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif /* __cplusplus */
|
|
/* RWPUBLICEND */
|
|
|
|
|
|
#endif /* NODED3D8ATOMICALLINONE_H */
|