Merge remote-tracking branch 'myk002/quickfort_buildingplan' into develop
commit
19a4d1df5a
@ -0,0 +1,13 @@
|
||||
local _ENV = mkmodule('plugins.buildingplan')
|
||||
|
||||
--[[
|
||||
|
||||
Native functions:
|
||||
|
||||
* bool isPlannableBuilding(df::building_type type)
|
||||
* void addPlannedBuilding(df::building *bld)
|
||||
* void doCycle()
|
||||
|
||||
--]]
|
||||
|
||||
return _ENV
|
Loading…
Reference in New Issue