Skip to content

Commit

Permalink
Forward-declare COM interfaces as struct
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhochun committed Jul 21, 2024
1 parent e9fb053 commit e8671aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/windows/gl_manager_windows_native.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
typedef bool(APIENTRY *PFNWGLSWAPINTERVALEXTPROC)(int interval);
typedef int(APIENTRY *PFNWGLGETSWAPINTERVALEXTPROC)(void);

class ID3D11Device;
class ID3D11DeviceContext;
struct ID3D11Device;
struct ID3D11DeviceContext;

class GLManagerNative_Windows {
private:
Expand Down

0 comments on commit e8671aa

Please sign in to comment.