仓库中添加内置的demo

This commit is contained in:
gongxh
2025-07-28 14:26:19 +08:00
parent 43446f031d
commit 65be0498cc
414 changed files with 14456 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
//
// JniTools.hpp
// ZumaGame
//
// Created by GongXH on 2021/3/26.
//
#ifndef JniTools_hpp
#define JniTools_hpp
#include "cocos.h"
class JniTools
{
public:
//调用Java的方法
static std::string getVersionCode();
static int getBuildCode();
};
#endif /* JniTools_hpp */