Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FN_initialize.h « functions « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10e8a68f02d7d2807c8c78226025053e8252f056 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __cplusplus
extern "C" {
#endif

void FN_initialize(void);
void FN_exit(void);

#ifdef __cplusplus
}
#endif