Skip to content

Commit

Permalink
Make up some convention for subdir includes
Browse files Browse the repository at this point in the history
Don't call it main, index, or init
Match the folder name

Don't put any code in (maybe idk xd)
  • Loading branch information
ChillerDragon committed Aug 2, 2024
1 parent f2574df commit 379a586
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/huffman/huffman.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
%include "src/huffman/bubble_sort.asm"
%include "src/huffman/set_bits_r.asm"
%include "src/huffman/construct_tree.asm"
4 changes: 1 addition & 3 deletions src/teeworlds_asmr.asm
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ section .text
%include "src/on_game.asm"
%include "src/packet_packer.asm"
%include "src/pack_int.asm"
%include "src/huffman/bubble_sort.asm"
%include "src/huffman/set_bits_r.asm"
%include "src/huffman/construct_tree.asm"
%include "src/huffman/huffman.asm"

print_udp:
print s_got_udp
Expand Down
4 changes: 1 addition & 3 deletions tests/assert.asm
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ section .text
%include "src/on_game.asm"
%include "src/packet_packer.asm"
%include "src/pack_int.asm"
%include "src/huffman/bubble_sort.asm"
%include "src/huffman/set_bits_r.asm"
%include "src/huffman/construct_tree.asm"
%include "src/huffman/huffman.asm"

assert_ok:
push_registers
Expand Down

0 comments on commit 379a586

Please sign in to comment.