forked from mirrors/0ad
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
|