mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
9 lines
138 B
C
9 lines
138 B
C
#ifndef _METALIB_INIT_@target_name@
|
|
#define _METALIB_INIT_@target_name@
|
|
|
|
#include "dtoolbase.h"
|
|
|
|
IMPORT_CLASS void @init_func@();
|
|
|
|
#endif
|