mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-10 04:26:50 +03:00
added mwscript compiler standalone-executable (doesn't do anything yet)
This commit is contained in:
parent
106d12906a
commit
31e22186ef
2 changed files with 18 additions and 0 deletions
8
apps/mwcompiler/main.cpp
Normal file
8
apps/mwcompiler/main.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
// Stand-alone MW-script compiler
|
||||
|
||||
int main (int argc, char **argv)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue