update contributing

This commit is contained in:
tildearrow 2022-09-25 18:05:08 -05:00
parent 07822de0a2
commit 148d537a18
2 changed files with 1 additions and 2 deletions

View File

@ -75,6 +75,7 @@ additional guidelines:
- if you are making major changes to the playback routine, make sure to test with older songs to ensure nothing breaks.
- I will run a test suite to make sure this is the case.
- if something breaks, you might want to add a compatibility flag (this requires changing the format though).
- do not use `#pragma once`.
## Demo Songs

View File

@ -20,8 +20,6 @@
#ifndef _SAMPLE_H
#define _SAMPLE_H
#pragma once
#include "../ta-utils.h"
#include <deque>