add the rest of the init-functions

This commit is contained in:
Felix 2019-05-01 17:40:32 +02:00
parent e5730d4ae4
commit 592924f6d0
4 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
import de.nicidienase.chaosflix.ChaosflixApplication
fun libsInit(application: ChaosflixApplication){}

View file

@ -0,0 +1,3 @@
import de.nicidienase.chaosflix.ChaosflixApplication
fun stageInit(application: ChaosflixApplication){}