Changeset 825 for cpp/frams/vm/classes/3dobject.h
- Timestamp:
- 11/25/18 20:10:31 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/3dobject.h
r343 r825 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-201 5Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2018 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 34 34 PARAMPROCDEF(p_get); 35 35 #undef STATRICKCLASS 36 36 SString toString() const; 37 37 static ParamInterface* getInterface(); 38 38 static ExtObject makeStaticObject(Pt3D* p);
Note: See TracChangeset
for help on using the changeset viewer.