chore: rename source files to wren_ prefix and add module-level documentation headers

This commit is contained in:
Bob Nystrom
2013-11-28 16:11:50 +00:00
parent 4091fe4911
commit f9c534aef9
11 changed files with 75 additions and 45 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <time.h>
#include "wren_core.h"
#include "value.h"
#include "wren_value.h"
// Binds a native method named [name] (in Wren) implemented using C function
// [fn] to `ObjClass` [cls].