update contributing
This commit is contained in:
parent
07822de0a2
commit
148d537a18
|
@ -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.
|
- 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.
|
- 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).
|
- if something breaks, you might want to add a compatibility flag (this requires changing the format though).
|
||||||
|
- do not use `#pragma once`.
|
||||||
|
|
||||||
## Demo Songs
|
## Demo Songs
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#ifndef _SAMPLE_H
|
#ifndef _SAMPLE_H
|
||||||
#define _SAMPLE_H
|
#define _SAMPLE_H
|
||||||
|
|
||||||
#pragma once
|
|
||||||
|
|
||||||
#include "../ta-utils.h"
|
#include "../ta-utils.h"
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue