diff --git a/pom.xml b/pom.xml index b954c83..9cb3ae8 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,12 @@ reflections 0.10.2 + + net.java.dev.jna + jna + 5.18.1 + + diff --git a/src/main/java/dev/unlegitdqrk/unlegitlibrary/window/Window.java b/src/main/java/dev/unlegitdqrk/unlegitlibrary/window/Window.java new file mode 100644 index 0000000..2ebf138 --- /dev/null +++ b/src/main/java/dev/unlegitdqrk/unlegitlibrary/window/Window.java @@ -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 + } +}