Cleanup: Fix forward declaration of headers
This commit is contained in:
@@ -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. */
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
void GPU_init(void);
|
||||
void GPU_exit(void);
|
||||
bool GPU_is_initialized(void);
|
||||
|
||||
Reference in New Issue
Block a user