This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
base: forbid the creation of Sampler objects.
legacy
Sam Hocevar
sam
11 years ago
parent
5ea012c192
commit
876b4ec8e5
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 */
Write
Preview
Loading…
Cancel
Save