浏览代码

base: forbid the creation of Sampler objects.

legacy
Sam Hocevar sam 11 年前
父节点
当前提交
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 */


正在加载...
取消
保存