Change premake.extensions namespace to premake.modules, to match online docs

This commit is contained in:
Jason Perkins 2014-01-11 15:31:15 -05:00
parent 2efe9d780d
commit a64bfc630f

View File

@ -4,9 +4,11 @@
---
premake = {}
premake.extensions = {}
premake.modules = {}
premake.tools = {}
premake.extensions = premake.modules
-- Keep track of warnings that have been shown, so they don't get shown twice