3 This file is part of libmspdatafile
4 Copyright © 2006 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
7 #ifndef MSP_DATAFILE_TOKEN_H_
8 #define MSP_DATAFILE_TOKEN_H_
27 Token(): type(SPECIAL) { }
28 Token(Type t, const std::string &s): type(t), str(s) { }
31 } // namespace DataFile