Include Platform.h in VGUI.h to disable warnings

#91
This commit is contained in:
Sam V 2021-11-30 00:07:23 +01:00
parent 01f2b1cd18
commit 00fdb36ab9

View file

@ -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.