Changeset 1130 for cpp/common/loggers/loggers.h
- Timestamp:
- 04/16/21 15:55:34 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/loggers/loggers.h
r1100 r1130 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2021 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 9 9 #include <common/threads.h> 10 10 #include <common/nonstd_stl.h> 11 #include <algorithm> 11 12 12 13 class LoggerBase;
Note: See TracChangeset
for help on using the changeset viewer.