switch from spaces to tabs
This commit is contained in:
parent
57edc50b6b
commit
872488d174
30 changed files with 971 additions and 929 deletions
|
|
@ -41,7 +41,10 @@ public:
|
|||
std::weak_ptr<Item> getItem();
|
||||
void setItem(std::weak_ptr<Item>);
|
||||
bool itemIsSet();
|
||||
bool getWantsNewItem() {return wantsNewItem;}
|
||||
bool getWantsNewItem()
|
||||
{
|
||||
return wantsNewItem;
|
||||
}
|
||||
};
|
||||
|
||||
#endif // TRAINJS_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue