From 148d537a1827d6a2f9d170aff7decff491d84a09 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 25 Sep 2022 18:05:08 -0500 Subject: [PATCH] update contributing --- CONTRIBUTING.md | 1 + src/engine/sample.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 853020f9..ac6c5e0e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/src/engine/sample.h b/src/engine/sample.h index 17ffb6fa..bfa38d64 100644 --- a/src/engine/sample.h +++ b/src/engine/sample.h @@ -20,8 +20,6 @@ #ifndef _SAMPLE_H #define _SAMPLE_H -#pragma once - #include "../ta-utils.h" #include