api.h
author insilmaril
Fri, 08 Jul 2005 07:24:42 +0000
changeset 113 3b0b9352cf49
parent 105 67a91e28b30f
child 133 c7393c51640a
permissions -rw-r--r--
changes for 1.6.9
     1 #ifndef API_H
     2 #define API_H
     3 
     4 #include <qstring.h>
     5 
     6 class API
     7 {
     8 public:
     9 	void parseCommand (const QString&, QString &, QString &);
    10 	void getString (const QString&, QString &);
    11 };
    12 
    13 #endif