diff options
author | Simon Gagne <gags2431@usherbrooke.ca> | 2023-03-20 10:16:10 -0400 |
---|---|---|
committer | Simon Gagne <gags2431@usherbrooke.ca> | 2023-03-20 10:16:10 -0400 |
commit | a034e011c50a4aca37c881416fed8d4568c8a079 (patch) | |
tree | ebb15c34607162d905c6c458e30d3c1dfef22393 /song.h | |
parent | b8dadd82d4afff0e5e6b6a8a00df948045d31503 (diff) |
Merge du code de communication
Diffstat (limited to 'song.h')
-rw-r--r-- | song.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ class Song { std::vector<ChordNote> getChords(); }; -#include "song.cpp" +//#include "song.cpp" #endif // __SONG_H__ |