summaryrefslogtreecommitdiff
path: root/include/d/d_player.h
blob: 09c355b6d6e1061166bc20b6d0d84506f548922c (plain)
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