Sfoglia il codice sorgente

base: forbid the creation of Sampler objects.

legacy
Sam Hocevar sam 11 anni fa
parent
commit
876b4ec8e5
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/sampler.h

+ 3
- 0
src/sampler.h Vedi File

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

static void PlaySample(int id);

private:
Sampler() {}
};

} /* namespace lol */


Caricamento…
Annulla
Salva