1 2 3 4 5 6 7 8 9
#ifndef D_PLAYER_H #define D_PLAYER_H #include "common.h" #include "d/a/d_a_player.h" dAcPy_c *getLinkPtr(); #endif