diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-08-10 13:33:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 13:33:52 +0200 |
commit | 67a78a550c9d87715b834b4615662cc2d9e65bed (patch) | |
tree | 00682ca3af62de86fef29e9d28aadd24dfbc03f2 /api | |
parent | 97a75485fa125b37c27ffd53ac1c4fbc875a7b40 (diff) | |
download | OneConfig-67a78a550c9d87715b834b4615662cc2d9e65bed.tar.gz OneConfig-67a78a550c9d87715b834b4615662cc2d9e65bed.tar.bz2 OneConfig-67a78a550c9d87715b834b4615662cc2d9e65bed.zip |
hud profile fix (#90)
* hud fix
* api
Diffstat (limited to 'api')
-rw-r--r-- | api/OneConfig.api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/OneConfig.api b/api/OneConfig.api index 51fc6fd..b8a8849 100644 --- a/api/OneConfig.api +++ b/api/OneConfig.api @@ -913,6 +913,7 @@ public abstract class cc/polyfrost/oneconfig/hud/Hud { public fun <init> (ZFFF)V protected abstract fun draw (Lcc/polyfrost/oneconfig/libs/universal/UMatrixStack;FFFZ)V public fun drawAll (Lcc/polyfrost/oneconfig/libs/universal/UMatrixStack;Z)V + public fun getConfig ()Lcc/polyfrost/oneconfig/config/Config; protected abstract fun getHeight (FZ)F public fun getScale ()F protected abstract fun getWidth (FZ)F |