Browse Source

base: forbid the creation of Sampler objects.

legacy
Sam Hocevar sam 11 years ago
parent
commit
876b4ec8e5
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/sampler.h

+ 3
- 0
src/sampler.h View File

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

static void PlaySample(int id);

private:
Sampler() {}
};

} /* namespace lol */


Loading…
Cancel
Save