Explorar el Código

base: forbid the creation of Sampler objects.

legacy
Sam Hocevar sam hace 11 años
padre
commit
876b4ec8e5
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      src/sampler.h

+ 3
- 0
src/sampler.h Ver fichero

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

static void PlaySample(int id);

private:
Sampler() {}
};

} /* namespace lol */


Cargando…
Cancelar
Guardar