Changeset 6372 for trunk/console/src/window.h
- Timestamp:
- 07/01/08 05:59:12 (5 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/window.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/window.h
r6176 r6372 3 3 4 4 #include <iostream> 5 #include <string> 5 6 extern "C" { 6 7 #include <cdk.h> … … 69 70 InputState state; 70 71 CData *data; 71 unsigned long nLastUin;72 std::string myLastId; 72 73 struct SContact sLastContact; 73 74 unsigned short nLastHistory;
