Fix numbering

This commit is contained in:
Nemo 2018-01-28 05:10:36 +05:30
parent 823f1cfafe
commit 2174f64160
2 changed files with 16 additions and 8 deletions

8
gothok/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
build/
python/
*.cpp
*.py
*.cpp
*.h
*.pyx
*.so

View File

@ -1,14 +1,14 @@
@0xdcf6fa9421875ce0; @0xdcf6fa9421875ce0;
enum House { enum House {
stark @8; stark @7;
greyjoy @7; greyjoy @6;
lannister @6; lannister @5;
targaryen @5; targaryen @4;
baratheon @4; baratheon @3;
tyrell @3; tyrell @2;
tully @2; tully @1;
varys @1; varys @0;
} }
struct Location { struct Location {