Changeset 1347 for cpp/common/nonstd_math.cpp
- Timestamp:
- 08/27/25 18:15:39 (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_math.cpp
r1298 r1347 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 4Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2025 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 5 5 #include "nonstd_math.h" 6 #ifdef USE_PRINTFLOAT_DRAGON4 6 7 #include <PrintFloat/PrintFloat.h> 8 #endif 7 9 #include <string.h> // strncpy() 8 10 #include <sstream>
Note: See TracChangeset
for help on using the changeset viewer.