[add] Added VarStoreInterface.
This commit is contained in:
parent
2183b74ee7
commit
5722f65892
11
sjplayer/src/sjplayer/VarStoreInterface.d
Normal file
11
sjplayer/src/sjplayer/VarStoreInterface.d
Normal file
@ -0,0 +1,11 @@
|
||||
/// License: MIT
|
||||
module sjplayer.VarStoreInterface;
|
||||
|
||||
import sjscript;
|
||||
|
||||
///
|
||||
interface VarStoreInterface {
|
||||
public:
|
||||
///
|
||||
float opIndex(string name) const;
|
||||
}
|
Reference in New Issue
Block a user