Fixed.
This commit is contained in:
parent
b8271ad6aa
commit
e4e5fe7561
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
*.xcodeproj
|
*.xcodeproj
|
||||||
|
music-field
|
||||||
|
Binary file not shown.
2
document/优化部分.md
Normal file
2
document/优化部分.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# <#Title#>
|
||||||
|
|
2
document/图形部分.md
Normal file
2
document/图形部分.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# <#Title#>
|
||||||
|
|
2
document/算法部分.md
Normal file
2
document/算法部分.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# <#Title#>
|
||||||
|
|
@ -8,7 +8,7 @@ list<Shape *> Window::shapes = {};
|
|||||||
map<string,View2D *> Window::menus = {};
|
map<string,View2D *> Window::menus = {};
|
||||||
vector<Field*> fields;
|
vector<Field*> fields;
|
||||||
Window *p_nwd = NULL;
|
Window *p_nwd = NULL;
|
||||||
WAV twav("test.wav");
|
WAV twav("data/test.wav");
|
||||||
Shape *p_avg = new Shape();
|
Shape *p_avg = new Shape();
|
||||||
|
|
||||||
int main(int argc, char * argv[]) {
|
int main(int argc, char * argv[]) {
|
||||||
|
Loading…
Reference in New Issue
Block a user