aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header_postamble.kte
blob: d3c5480a054d8cc05b40ce9375e3c6ae4d4f7cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@import io.github.landerlyoung.jenny.JteData
@import io.github.landerlyoung.jenny.Constants

@param jteData: JteData


    }; // endof struct ClassInitState

    static inline ClassInitState& getClassInitState() {
        static ClassInitState classInitState;
        return classInitState;
    }
};
${jteData.mNamespaceHelper.endNamespace()}