Differences From Artifact [24088972ed]:
- File src/cube.h — part of check-in [2bc02cf470] at 2024-08-03 17:11:40 on branch trunk — Improve clang-format file (user: js, size: 14208) [annotate] [blame] [check-ins using]
To Artifact [7ef12d6e13]:
- File src/cube.h — part of check-in [9432e52ca0] at 2025-03-02 14:02:43 on branch trunk — Migrate to OFApplicationDelegate (user: js, size: 14264) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + | // one big bad include file for the whole engine... nasty! #import <ObjFW/ObjFW.h> #include "tools.h" @interface Cube: OFObject <OFApplicationDelegate> @end enum // block types, order matters! { SOLID = 0, // entirely solid cube [only specifies wtex] CORNER, // half full corner of a wall FHF, // floor heightfield using neighbour vdelta values CHF, // idem ceiling |
︙ |