Changeset 884 for cpp/frams/param/mutableparam.h
- Timestamp:
- 06/24/19 14:42:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/param/mutableparam.h
r832 r884 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 8Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2019 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 69 69 PARAMPROCDEF(p_addgroup); 70 70 PARAMPROCDEF(p_remgroup); 71 PARAMPROCDEF(p_exists); 71 72 PARAMGETDEF(changedname) { arg1->setString(id(changed)); } 72 73 #undef STATRICKCLASS
Note: See TracChangeset
for help on using the changeset viewer.