Skip to content

Commit

Permalink
Fix compilatin error in SampleDisabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyfreg committed Dec 11, 2023
1 parent 528b263 commit 4d002fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Code/Sample/Common/Sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
// forward declares when NetImgui not enabled
#if !NETIMGUI_ENABLED
struct ImDrawData;
namespace NetImgui { using ThreadFunctPtr = void*; }
namespace NetImgui
{
using ThreadFunctPtr = void*;
using FontCreationFuncPtr = void*;
}
#endif

namespace SampleClient
Expand Down

0 comments on commit 4d002fd

Please sign in to comment.