diff options
author | rekado <rekado@elephly.net> | 2013-01-14 17:37:35 +0800 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2013-01-14 17:46:52 +0800 |
commit | 3f626394f1a2c974986abd8298c57c6bf1bec44c (patch) | |
tree | d5895047c1e22990ca968343fc227ad2251261d3 /src/mdaPiano.cpp | |
parent | 8952fd3bd059645228d2a096775261fca05bc60d (diff) |
move shared definitions into mdaPianoCommon
Diffstat (limited to 'src/mdaPiano.cpp')
-rw-r--r-- | src/mdaPiano.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp index f88e062..71a8189 100644 --- a/src/mdaPiano.cpp +++ b/src/mdaPiano.cpp @@ -13,6 +13,7 @@ * ================================================== */ +#include "mdaPianoCommon.h" #include "mdaPiano.h" #include <stdio.h> |