提交 d0727615 编写于 作者: S superjom

create module visualdl

上级 6068b636
//
// Created by superjom on 17-11-16.
//
#include "storage.h"
#ifndef VISUALDL_STORAGE_H
#define VISUALDL_STORAGE_H
class Storage {
public:
Storage& Global() {
static Storage* instance = new Storage();
return *instance;
}
};
#endif //VISUALDL_STORAGE_H
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册