Changeset 1005 for cpp/frams/param
- Timestamp:
- 07/14/20 15:54:43 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/paramobj.cpp
r792 r1005 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 15Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 6 6 #include <frams/util/extvalue.h> 7 7 #include <common/nonstd_stl.h> 8 8 9 9 static const char* maybedup(bool dup, const char* src) 10 10 {
Note: See TracChangeset
for help on using the changeset viewer.