1 Star 0 Fork 0

yinyigame / RPGMaker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ejloadres.h 244 Bytes
一键复制 编辑 原始数据 按行查看 历史
mk4g 提交于 2018-03-26 07:59 . init
#ifndef EJLOADRES_H
#define EJLOADRES_H
#include <string>
#include <iostream>
class EjLoadRes
{
public:
EjLoadRes() {}
virtual bool open(std::string &path) = 0;
virtual void close() = 0;
};
#endif // EJLOADRES_H
C++
1
https://gitee.com/yinyigame/RPGMaker.git
git@gitee.com:yinyigame/RPGMaker.git
yinyigame
RPGMaker
RPGMaker
master

搜索帮助