Cleanup: Fix forward declaration of headers

This commit is contained in:
2020-03-06 16:45:06 +01:00
parent b2ee1770d4
commit 96e2bd8493
50 changed files with 76 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ struct Image;
struct ImageUser;
struct Main;
#include "BLI_utildefines.h"
#include "DNA_object_enums.h"
/* OpenGL drawing functions related to shading. */

View File

@@ -28,6 +28,8 @@
extern "C" {
#endif
#include "BLI_utildefines.h"
void GPU_init(void);
void GPU_exit(void);
bool GPU_is_initialized(void);