mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
SCRIPT: wpiformat
This commit is contained in:
committed by
Peter Johnson
parent
ae6bdc9d25
commit
2109161534
@@ -64,9 +64,9 @@ int HALSIM_InitExtension(void) {
|
||||
HAL_RegisterExtension(
|
||||
HALSIMGUI_EXT_GETGUICONTEXT,
|
||||
reinterpret_cast<void*>((GetGuiContextFn)&gui::GetCurrentContext));
|
||||
HAL_RegisterExtension(
|
||||
HALSIMGUI_EXT_GETGLASSCONTEXT,
|
||||
reinterpret_cast<void*>((GetGlassContextFn)&wpi::glass::GetCurrentContext));
|
||||
HAL_RegisterExtension(HALSIMGUI_EXT_GETGLASSCONTEXT,
|
||||
reinterpret_cast<void*>(
|
||||
(GetGlassContextFn)&wpi::glass::GetCurrentContext));
|
||||
|
||||
HALSimGui::GlobalInit();
|
||||
DriverStationGui::GlobalInit();
|
||||
|
||||
Reference in New Issue
Block a user