Move generated protocol -> protocol

This commit is contained in:
Joshua Ashton 2020-08-02 01:37:16 +01:00
parent 818c1f55bd
commit 31e9a181a3
2 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ add_text('#pragma once')
add_text('')
add_text('#include <cstdint>')
add_text('')
add_text('namespace Feather::Messages')
add_text('namespace Feather')
add_text('{{')
print_protocol()
add_text('}}')