Files
ss/include/d/d_player.h
T
2025-05-10 22:20:16 +02:00

10 lines
119 B
C

#ifndef D_PLAYER_H
#define D_PLAYER_H
#include "common.h"
#include "d/a/d_a_player.h"
dAcPy_c *getLinkPtr();
#endif