changeset 65 | 76514757b0d6 |
parent 54 | c064ce9f40f5 |
child 77 | 49e0babccb23 |
64:993b97c4ad2d | 65:76514757b0d6 |
---|---|
1 /** |
1 /** |
2 * test/demos/pmc/main.cc |
2 * test/demos/pmc/main.cc |
3 * Copyright (C) 2008 Markus Broeker |
3 * Copyright (C) 2008 Markus Broeker |
4 */ |
4 */ |
5 |
5 |
6 #include <surface.h> |
6 #include <surface.hpp> |
7 #include <rectangle.h> |
7 #include <rectangle.hpp> |
8 #include <cube.h> |
8 #include <cube.hpp> |
9 |
9 |
10 #include <cstdio> |
10 #include <cstdio> |
11 #include <cstdlib> |
11 #include <cstdlib> |
12 |
12 |
13 #ifndef STEP |
13 #ifndef STEP |