aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header_postamble.kte
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@gmail.com>2024-08-07 10:19:46 +0300
committerGitHub <noreply@github.com>2024-08-07 10:19:46 +0300
commit99b287dfabffcf92c4ebed727022f2202543d72a (patch)
treed666349a9ca842c69d8ffce2164870a42435777f /templates/header_postamble.kte
parent88bd3eaaa03f5eabb6282848972b74d1d6126380 (diff)
parent5e062adc5dc9754143693333abf181e0db6838b6 (diff)
Merge pull request #1 from IQomit/use_qjniobject
Id Declarations
Diffstat (limited to 'templates/header_postamble.kte')
-rw-r--r--templates/header_postamble.kte15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/header_postamble.kte b/templates/header_postamble.kte
new file mode 100644
index 0000000..d3c5480
--- /dev/null
+++ b/templates/header_postamble.kte
@@ -0,0 +1,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()}
+