mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-17 16:51:53 +00:00
b856281197
Directly taken from https://premake.github.io/. Refs #3729. This was SVN commit r20366.
12 lines
138 B
Lua
12 lines
138 B
Lua
local p = premake
|
|
|
|
p.modules.raw = {}
|
|
|
|
local m = p.modules.raw
|
|
m.elements = {}
|
|
|
|
dofile("_preload.lua")
|
|
dofile("raw_action.lua")
|
|
|
|
return m
|