Skip to content

Commit

Permalink
include mobile on addAdditionalClasses
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 committed Nov 22, 2024
1 parent a2c7da7 commit 806ed0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/backend/system/macros/Macros.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class Macros {
"flixel.addons.api", "flixel.addons.display", "flixel.addons.effects", "flixel.addons.ui",
"flixel.addons.plugin", "flixel.addons.text", "flixel.addons.tile", "flixel.addons.transition",
"flixel.addons.util",
// MOBILE
"mobile",
// OTHER LIBRARIES & STUFF
#if THREE_D_SUPPORT "away3d", "flx3d", #end
#if VIDEO_CUTSCENES "hxvlc.flixel", "hxvlc.openfl", #end
Expand Down
2 changes: 2 additions & 0 deletions source/mobile/funkin/backend/utils/TouchUtil.hx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

package mobile.funkin.backend.utils;

import flixel.FlxG;
import flixel.FlxCamera;
import flixel.FlxObject;
import flixel.input.touch.FlxTouch;

Expand Down

0 comments on commit 806ed0c

Please sign in to comment.