This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
project64
mirror of
https://github.com/project64/project64.git
Watch
1
Star
0
Fork
You've already forked project64
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
93ab869c3e
project64
/
Source
/
Common
/
TraceModulesCommon.h
9 lines
113 B
C
Raw
Normal View
History
Unescape
Escape
[Project64] Update logging system to use module and severity
2015-12-14 10:51:33 +00:00
#
pragma once
enum
TraceModuleCommon
{
TraceMD5
,
[Common] Add thread class
2016-04-17 19:34:47 +00:00
TraceThread
,
TracePath
,
[Project64] Update logging system to use module and severity
2015-12-14 10:51:33 +00:00
MaxTraceModuleCommon
,
}
;