21 lines
629 B
C
21 lines
629 B
C
// **********************************************************************************
|
|
// * "l_a3d_v6.h" *
|
|
// * Written by : Sébastien Rubens *
|
|
// * Tabulations : 4 char *
|
|
// **********************************************************************************
|
|
#ifndef L_A3D_V6_H
|
|
#define L_A3D_V6_H
|
|
|
|
|
|
|
|
#ifndef L_A3D_V6_C
|
|
// **********************************************************************************
|
|
// Extern fonctions definitions
|
|
extern void fn_v_InitA3dV6i( void );
|
|
|
|
|
|
|
|
// **********************************************************************************
|
|
#endif
|
|
|
|
#endif |