Skip to content

Commit

Permalink
Include Platform.h in VGUI.h to disable warnings
Browse files Browse the repository at this point in the history
#91
  • Loading branch information
SamVanheer committed Nov 29, 2021
1 parent 01f2b1c commit 00fdb36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/vgui/include/VGUI.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

#pragma once

//Include this here so warnings are disabled for VGUI1 code as well.
#include "Platform.h"

//If you are going to add stuff to the vgui core...
//
//Keep it simple.
Expand Down

0 comments on commit 00fdb36

Please sign in to comment.