mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
10 lines
119 B
C
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
|