rename layout to type

this one goes to caleb for pointing it out.
Much better word
This commit is contained in:
Torsten Ruger
2016-02-25 11:50:10 -08:00
parent 3480b97eaa
commit d32b51c67b
39 changed files with 328 additions and 328 deletions

View File

@ -41,7 +41,7 @@ HERE
@string_input = <<HERE
class Space
int main()
Layout l = self.layout
Type l = self.type
return 1
end
end

View File

@ -49,7 +49,7 @@ HERE
class Space
int main()
Layout l = space.get_layout()
Type l = space.get_type()
return self.runner
end
end