*/}}
Browse Source

expose shutoff

Yiming Wu 2 năm trước cách đây
mục cha
commit
f6c12cd415
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      la_interface.h

+ 1 - 0
la_interface.h

@@ -1656,6 +1656,7 @@ void laSaveUserPreferences();
 void laEnsureUserPreferences();
 
 int laGetReady();
+void laShutoff();
 void laSetFrameCallbacks(laPreFrameF PreFrame, laPreDrawF PreDraw, laPostFrameF PostFrame);
 void laSetCleanupCallback(laCleanupF Cleanup);
 laWindow *laDesignWindow(int X, int Y, int W, int H);