이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
lolengine
/
lol
의 미러
https://github.com/lolengine/lol
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
base: prevent instantiation of several static-only classes.
legacy
Sam Hocevar
sam
11 년 전
부모
876b4ec8e5
커밋
b9d6454c30
6개의 변경된 파일
과
18개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/audio.h
+3
-0
src/forge.h
+3
-0
src/platform.h
+3
-0
src/profiler.h
+3
-0
src/ticker.h
+3
-0
src/tiler.h
+ 3
- 0
src/audio.h
파일 보기
@@ -26,6 +26,9 @@ class Audio
{
public:
static void Setup(int channels);
private:
Audio() {}
};
} /* namespace lol */
+ 3
- 0
src/forge.h
파일 보기
@@ -28,6 +28,9 @@ public:
static int Register(char const *path);
static void Deregister(int id);
static Font *GetFont(int id);
private:
Forge() {}
};
} /* namespace lol */
+ 3
- 0
src/platform.h
파일 보기
@@ -26,6 +26,9 @@ class Platform
{
public:
static int GetMouseCount();
private:
Platform() {}
};
} /* namespace lol */
+ 3
- 0
src/profiler.h
파일 보기
@@ -48,6 +48,9 @@ public:
static void Stop(int id);
static float GetAvg(int id);
static float GetMax(int id);
private:
Profiler() {}
};
} /* namespace lol */
+ 3
- 0
src/ticker.h
파일 보기
@@ -45,6 +45,9 @@ public:
static void Shutdown();
static int Finished();
private:
Ticker() {}
};
} /* namespace lol */
+ 3
- 0
src/tiler.h
파일 보기
@@ -29,6 +29,9 @@ class Tiler
public:
static TileSet *Register(char const *path, ivec2 size, ivec2 count);
static void Deregister(TileSet *);
private:
Tiler() {}
};
} /* namespace lol */
쓰기
미리보기
불러오는 중...
취소
저장