StrikeBox/modules/core/include/vixen/core.h
StrikerX3 3ef26120ee Replace CPU modules with virt86
Restructure CMake projects
2019-02-20 23:38:36 -03:00

15 lines
174 B
C++

#pragma once
#include "vixen/xbox.h"
namespace vixen {
struct viXenInfo {
const char *version;
const uint64_t versionId;
};
const struct viXenInfo * GetViXenInfo();
}