diff --git a/gothok/.gitignore b/gothok/.gitignore new file mode 100644 index 0000000..f073ce2 --- /dev/null +++ b/gothok/.gitignore @@ -0,0 +1,8 @@ +build/ +python/ +*.cpp +*.py +*.cpp +*.h +*.pyx +*.so diff --git a/gothok/state.capnp b/gothok/state.capnp index fd1e5ba..153053a 100644 --- a/gothok/state.capnp +++ b/gothok/state.capnp @@ -1,14 +1,14 @@ @0xdcf6fa9421875ce0; enum House { - stark @8; - greyjoy @7; - lannister @6; - targaryen @5; - baratheon @4; - tyrell @3; - tully @2; - varys @1; + stark @7; + greyjoy @6; + lannister @5; + targaryen @4; + baratheon @3; + tyrell @2; + tully @1; + varys @0; } struct Location {