mirror of
https://github.com/meowarex/rl-mobile.git
synced 2026-08-26 22:17:44 +10:00
Kawarp Shader <3
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package androidx.compose.ui.geometry;
|
||||
public final class Size {
|
||||
/** Renamed to getWidth-impl by build.sh (Kotlin value-class mangling). */
|
||||
public static float getWidthImpl(long packed) { return 0f; }
|
||||
/** Renamed to getHeight-impl by build.sh (Kotlin value-class mangling). */
|
||||
public static float getHeightImpl(long packed) { return 0f; }
|
||||
}
|
||||
Reference in New Issue
Block a user