mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-22 20:33:05 +00:00
add the rest of the init-functions
This commit is contained in:
parent
e5730d4ae4
commit
592924f6d0
4 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
import de.nicidienase.chaosflix.ChaosflixApplication
|
||||
|
||||
fun libsInit(application: ChaosflixApplication){}
|
|
@ -0,0 +1,3 @@
|
|||
import de.nicidienase.chaosflix.ChaosflixApplication
|
||||
|
||||
fun stageInit(application: ChaosflixApplication){}
|
Loading…
Reference in a new issue