Ver código fonte

base: forbid the creation of Sampler objects.

legacy
Sam Hocevar sam 13 anos atrás
pai
commit
876b4ec8e5
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      src/sampler.h

+ 3
- 0
src/sampler.h Ver arquivo

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

static void PlaySample(int id);

private:
Sampler() {}
};

} /* namespace lol */


Carregando…
Cancelar
Salvar