ソースを参照

base: forbid the creation of Sampler objects.

legacy
Sam Hocevar sam 13年前
コミット
876b4ec8e5
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      src/sampler.h

+ 3
- 0
src/sampler.h ファイルの表示

@@ -29,6 +29,9 @@ public:
static void Deregister(int id);

static void PlaySample(int id);

private:
Sampler() {}
};

} /* namespace lol */


読み込み中…
キャンセル
保存