update GSLog
This commit is contained in:
parent
c0cb0062c1
commit
a489f54814
12 changed files with 43 additions and 29 deletions
|
|
@ -15,7 +15,7 @@ enum GSLogLevel {
|
|||
GSLogDebug
|
||||
};
|
||||
|
||||
GSDECL void GSLog(int level, const char* fmt, ...);
|
||||
GSDECL void GSLog(GSEngine engine, int level, const char* fmt, ...);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue