Files
wren/src
Bob Nystrom e2555a0b96 chore: remove boilerplate comment block and fix include guard in wren_debug.h
Remove the Xcode-generated file header comment with copyright notice
and author attribution from wren_debug.h. Also correct the include guard
macro from `wren_wren_debug_h` to `wren_debug_h` to match the actual
file path and naming convention used by other headers in the project.
2015-03-13 14:26:42 +00:00
..