Link to the actual source code for Organya.cpp and Sound.cpp
This commit is contained in:
parent
9ed788fbd9
commit
3039e3b846
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
// Some of the original source code for this file can be found here:
|
||||||
|
// https://github.com/shbow/organya/blob/master/source/OrgFile.cpp
|
||||||
|
// https://github.com/shbow/organya/blob/master/source/OrgPlay.cpp
|
||||||
|
// https://github.com/shbow/organya/blob/master/source/Sound.cpp
|
||||||
|
// https://github.com/shbow/organya/blob/master/source/WinTimer.cpp
|
||||||
|
|
||||||
#include "Organya.h"
|
#include "Organya.h"
|
||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// Some of the original source code for this file can be found here:
|
||||||
|
// https://github.com/shbow/organya/blob/master/source/Sound.cpp
|
||||||
|
|
||||||
#include "Sound.h"
|
#include "Sound.h"
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue