| 15 | }; |
| 16 | |
| 17 | inline void TutorialData_Constructor(TutorialData* This) |
| 18 | { |
| 19 | This->g_scene = nullptr; |
| 20 | This->g_traversable = nullptr; |
| 21 | This->face_colors = nullptr; |
| 22 | This->vertex_colors = nullptr; |
| 23 | } |
| 24 | |
| 25 | inline void TutorialData_Destructor(TutorialData* This) |
| 26 | { |