mirror of
https://github.com/zeldaret/ss
synced 2026-06-15 14:21:31 -04:00
11 lines
206 B
C++
11 lines
206 B
C++
#include "d/a/d_a_player.h"
|
|
|
|
dAcPy_c *dAcPy_c::LINK;
|
|
|
|
// TODO: Disable this pragma when the ctors are matching
|
|
#pragma dont_inline on
|
|
dAcPy_c::dAcPy_c() {}
|
|
#pragma dont_inline reset
|
|
|
|
dAcPy_c::~dAcPy_c() {}
|