This website works better with JavaScript
Home
Explore
Help
Sign In
blitz
/
monkey2
mirror of
https://github.com/blitz-research/monkey2.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed load_wav typo.
Mark Sibly
8 years ago
parent
ae054c1d0d
commit
6d6c11579b
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
modules/std/audio/load_wav.monkey2
+ 1
- 1
modules/std/audio/load_wav.monkey2
View File
@@ -1,5 +1,5 @@
-#
include
"<libc>"
+#
Import
"<libc>"
Namespace std.audio