Changeset 121 for cpp/frams/model
- Timestamp:
- 02/08/14 06:00:41 (11 years ago)
- Location:
- cpp/frams/model
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/defassign-f0-GDK.h
r109 r121 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 2 6 -
cpp/frams/model/f0-GDK-classes.h
r109 r121 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 2 6 #define FIELDSTRUCT Model -
cpp/frams/model/model.cpp
r114 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/model/model.h
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/model/modelparts.cpp
r114 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 -
cpp/frams/model/modelparts.h
r114 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 … … 7 7 8 8 #include <frams/util/3d.h> 9 #include <frams/genetic /genoconv.h>9 #include <frams/genetics/genoconv.h> 10 10 11 11 #include <frams/util/extvalue.h>
Note: See TracChangeset
for help on using the changeset viewer.