Changeset 1347 for cpp/common


Ignore:
Timestamp:
08/27/25 18:15:39 (13 days ago)
Author:
Maciej Komosinski
Message:

Cosmetic

Location:
cpp/common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/Convert.h

    r1339 r1347  
    66#define _CONVERT_H_
    77
     8#include "nonstd_math.h"
    89#include "nonstd.h"
    9 #include "nonstd_math.h"
    1010#include "nonstd_stl.h"
    1111#include <stdint.h>
  • cpp/common/nonstd_math.cpp

    r1298 r1347  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2024  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2025  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
    55#include "nonstd_math.h"
     6#ifdef USE_PRINTFLOAT_DRAGON4
    67#include <PrintFloat/PrintFloat.h>
     8#endif
    79#include <string.h> // strncpy()
    810#include <sstream>
Note: See TracChangeset for help on using the changeset viewer.