de-headerised the source.

master
Rachel Fae Fox (foxiepaws) 2019-10-31 01:58:28 -04:00
parent 680053eb88
commit 3dc790d64c
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Filename: envelope.h * Filename: envelope.c
* *
* Description: * Description:
* *
@ -11,8 +11,6 @@
* *
*/ */
#include "../common.h" #include "../common.h"
#ifndef _H_ENVELOPE
#define _H_ENVELOPE
#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h> #include <stdlib.h>
@ -160,5 +158,3 @@ Envelope* envelope_new() {
e->min_level = 0.0f; e->min_level = 0.0f;
return e; return e;
} }
#endif