Update J3ML

This commit is contained in:
2024-05-21 13:16:06 -04:00
parent 3572ef01cd
commit 50ccfe3860
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
CPMAddPackage(
NAME J3ML
URL https://git.redacted.cc/josh/j3ml/archive/Release-2.zip
URL https://git.redacted.cc/josh/j3ml/archive/Release-3.zip
)
CPMAddPackage(

View File

@@ -180,7 +180,7 @@ namespace ReWindow
OnKeyDown(eventData);
}
#ifndef __linux___
RWindow(HINSTANCE hInst);
//RWindow(HINSTANCE hInst);
void setRect (int nx, int ny, int nw, int nh) {
setPos(nx, ny);