- Moved ReflectUtils to reflections package

This commit is contained in:
Finn
2025-11-03 18:31:56 +01:00
parent a338a4b9af
commit 54c1f7ea08
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/*
* Copyright (C) 2025 UnlegitDqrk - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
* See LICENSE-File if exists
*/
package dev.unlegitdqrk.unlegitlibrary.window;
public class Window {
WinUser.WNDCLASSEX wndClass = new WinUser.WNDCLASSEX();
public Window(String tile, int x, int y, int width, int height) {
WinUs
}
}