From 7404c596e96bf18f458f10fb8f23ca6e1a25ca7d Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 16 Sep 2012 04:59:03 +0200 Subject: go speed! a terrible hack to make builds far faster --- src/electricLine.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/electricLine.cpp') diff --git a/src/electricLine.cpp b/src/electricLine.cpp index af8c7ea..b6bb0bf 100644 --- a/src/electricLine.cpp +++ b/src/electricLine.cpp @@ -33,10 +33,6 @@ daElectricLine *daElectricLine::build() { /////////////////////// // Externs and States /////////////////////// - extern "C" void *PlaySound(dStageActor_c *, int soundID); - extern "C" void *PlaySoundAsync(dStageActor_c *, int soundID); - - extern "C" dStageActor_c *CreateActor(u16 classID, int settings, Vec pos, char rot, char layer); CREATE_STATE(daElectricLine, Activate); -- cgit v1.2.3