Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/libgambatte/src/counterdef.h
2 views
1
#ifndef COUNTERDEF_H
2
#define COUNTERDEF_H
3
4
namespace gambatte {
5
enum { DISABLED_TIME = 0xFFFFFFFFul };
6
}
7
8
#endif
9
10