mirror of https://github.com/OpenMW/openmw.git
added mwscript compiler standalone-executable (doesn't do anything yet)
parent
106d12906a
commit
31e22186ef
@ -0,0 +1,8 @@
|
|||||||
|
// Stand-alone MW-script compiler
|
||||||
|
|
||||||
|
int main (int argc, char **argv)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue