From e199bcba43174403a578f7a1e92e0a95076495c8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 23:11:56 +0200 Subject: Rename files contatining top level structs This respects the naming convention of snake_case namespaces and TitleCase types. --- src/command.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.zig') diff --git a/src/command.zig b/src/command.zig index a6b8bec..f559315 100644 --- a/src/command.zig +++ b/src/command.zig @@ -15,7 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -const Seat = @import("seat.zig"); +const Seat = @import("Seat.zig"); pub const Direction = enum { Next, -- cgit v1.2.3