From 3aa2558178c816db668d566cead67767570c2c7c Mon Sep 17 00:00:00 2001 From: jummy Date: Fri, 17 May 2024 16:07:41 -0500 Subject: [PATCH] removed action.h and fifo.h these are unused/not present in speedy blupi --- action.h | 16 ---------------- fifo.h | 33 --------------------------------- 2 files changed, 49 deletions(-) delete mode 100644 action.h delete mode 100644 fifo.h diff --git a/action.h b/action.h deleted file mode 100644 index 4227fcf..0000000 --- a/action.h +++ /dev/null @@ -1,16 +0,0 @@ - - -extern -BOOL Action(short action, short direct, - short &phase, short &step, - short &channel, short &icon, POINT &pos, short &posZ, - short &sound); - -extern -BOOL Rotate (short &icon, short direct); - -extern -int GetIconDirect(short icon); - -extern -int GetAmplitude(short action); diff --git a/fifo.h b/fifo.h deleted file mode 100644 index a74371b..0000000 --- a/fifo.h +++ /dev/null @@ -1,33 +0,0 @@ - -#pragma once - - - - - - -typedef struct -{ - long pos; - long dist; -} -Element; - - - - -class CPileTriee -{ -private: - long m_taille; - long m_max; - long m_out; - Element* m_data; - -public: - CPileTriee(long taille); - ~CPileLTriee(); - - void put(long pos, long dist); - long get(); -}; \ No newline at end of file