diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-04-04 22:26:07 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-04 22:26:07 +0200 |
commit | d3cc861d334c8b773c1b6c662ed9924c43cef009 (patch) | |
tree | 0e8df3581a081f77167785502c093fbfc5535d73 /engine/math | |
parent | 81fff9bb80af3db0ee381c824261b8963e1cc221 (diff) |
Fix snake_case filenames
Renamed a bunch of files, most of them one-off functions, to better fit
the general snake_case naming scheme. Also renamed some awfully long filenames.
Diffstat (limited to 'engine/math')
-rw-r--r-- | engine/math/get_square_root.asm (renamed from engine/math/getsquareroot.asm) | 0 | ||||
-rw-r--r-- | engine/math/print_num.asm (renamed from engine/math/printnum.asm) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/engine/math/getsquareroot.asm b/engine/math/get_square_root.asm index 412fd04ff..412fd04ff 100644 --- a/engine/math/getsquareroot.asm +++ b/engine/math/get_square_root.asm diff --git a/engine/math/printnum.asm b/engine/math/print_num.asm index fec798d5c..fec798d5c 100644 --- a/engine/math/printnum.asm +++ b/engine/math/print_num.asm |