Fix a class/struct type warning.

This commit is contained in:
Unknown W. Brackets 2016-09-05 19:14:59 -07:00
parent 83469d5b18
commit bb20ed1d16

View File

@ -17,7 +17,7 @@
#pragma once
class GPUDebugBuffer;
struct GPUDebugBuffer;
enum ScreenshotFormat {
SCREENSHOT_PNG,