mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
Inital Commit
This commit is contained in:
5
Moose_Framework/.buildpath
Normal file
5
Moose_Framework/.buildpath
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<buildpath>
|
||||
<buildpathentry kind="con" path="org.eclipse.ldt.ExecutionEnvironmentContainer/lua/5.1"/>
|
||||
<buildpathentry kind="src" path="src"/>
|
||||
</buildpath>
|
||||
17
Moose_Framework/.project
Normal file
17
Moose_Framework/.project
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Moose_Framework</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.dltk.core.scriptbuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.ldt.nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
2
Moose_Framework/.settings/org.eclipse.ldt.prefs
Normal file
2
Moose_Framework/.settings/org.eclipse.ldt.prefs
Normal file
@@ -0,0 +1,2 @@
|
||||
Grammar__default_id=lua-5.1
|
||||
eclipse.preferences.version=1
|
||||
4
Moose_Framework/src/main.lua
Normal file
4
Moose_Framework/src/main.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
local function main()
|
||||
|
||||
end
|
||||
main()
|
||||
Reference in New Issue
Block a user