Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ DifficultyType
Enum
DifficultyType
Source/GJGameLevel.h:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
class GJGameLevel;
24
25
enum DifficultyType {
26
kMainLevels = 0,
27
kLevelCell,
28
kLevelInfoLayer
29
};
30
31
class GJGameLevel {
32
public:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected