| 23 | }; |
| 24 | |
| 25 | inline void TutorialData_Constructor(TutorialData* This) |
| 26 | { |
| 27 | This->scene = nullptr; |
| 28 | This->points = nullptr; |
| 29 | This->points_tmp = nullptr; |
| 30 | This->colors = nullptr; |
| 31 | } |
| 32 | |
| 33 | inline void TutorialData_Destructor(TutorialData* This) |
| 34 | { |