update pak format
This commit is contained in:
parent
b34529a2a3
commit
32919ca13d
9 changed files with 324 additions and 73 deletions
|
|
@ -11,7 +11,8 @@ extern "C" {
|
|||
enum GSLogLevel {
|
||||
GSLogInfo = 0,
|
||||
GSLogWarn,
|
||||
GSLogError
|
||||
GSLogError,
|
||||
GSLogDebug
|
||||
};
|
||||
|
||||
GSDECL void GSLog(int level, const char* fmt, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue