Skip to content

Commit 218fc41

Browse files
authored
Merge pull request #65 from Over-Run/feature
2 parents f48df9d + 9361e46 commit 218fc41

13 files changed

Lines changed: 26 additions & 596 deletions

File tree

modules/overrungl.core/src/main/java/module-info.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33
*
4-
* Copyright (c) 2023-2024 Overrun Organization
4+
* Copyright (c) 2023-2025 Overrun Organization
55
*
66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal
@@ -26,7 +26,6 @@
2626
exports overrungl.struct;
2727
exports overrungl.upcall;
2828
exports overrungl.util;
29-
exports overrungl.util.value;
3029
exports overrungl.internal
3130
to overrungl.glfw,
3231
overrungl.nfd,

modules/overrungl.core/src/main/java/overrungl/util/value/Pair.java

Lines changed: 0 additions & 114 deletions
This file was deleted.

modules/overrungl.core/src/main/java/overrungl/util/value/Quad.java

Lines changed: 0 additions & 110 deletions
This file was deleted.

modules/overrungl.core/src/main/java/overrungl/util/value/Triplet.java

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)