Updated module headers (generation)
Former-commit-id: a9a2e4eaeda16caa67989ae81c55ac090b1454de
This commit is contained in:
parent
b54be6e25f
commit
ca54b6cdca
|
|
@ -36,7 +36,8 @@ function generateHeaders()
|
|||
local count = 0
|
||||
for k, filePath in pairs(files) do
|
||||
local include, fileName = filePath:match(".*(Nazara/.*/(.*))")
|
||||
if (fileName ~= "Debug.hpp" and
|
||||
if (fileName ~= "ConfigCheck.hpp" and
|
||||
fileName ~= "Debug.hpp" and
|
||||
fileName ~= "DebugOff.hpp" and
|
||||
fileName ~= "ThreadSafety.hpp" and
|
||||
fileName ~= "ThreadSafetyOff.hpp") then
|
||||
|
|
@ -48,7 +49,7 @@ function generateHeaders()
|
|||
header:write("\n#endif // " .. preprocessorName .. "\n")
|
||||
header:close()
|
||||
|
||||
print(string.format("-# of includes: %d", count))
|
||||
print(string.format("-#include count: %d", count))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated on 21 Feb 2014 at 18:17:18
|
||||
// This file was automatically generated on 11 Jul 2014 at 10:21:52
|
||||
|
||||
/*
|
||||
Nazara Engine - Core module
|
||||
|
|
@ -54,9 +54,12 @@
|
|||
#include <Nazara/Core/InputStream.hpp>
|
||||
#include <Nazara/Core/LockGuard.hpp>
|
||||
#include <Nazara/Core/Log.hpp>
|
||||
#include <Nazara/Core/MemoryManager.hpp>
|
||||
#include <Nazara/Core/MemoryPool.hpp>
|
||||
#include <Nazara/Core/MemoryStream.hpp>
|
||||
#include <Nazara/Core/Mutex.hpp>
|
||||
#include <Nazara/Core/NonCopyable.hpp>
|
||||
#include <Nazara/Core/OffsetOf.hpp>
|
||||
#include <Nazara/Core/ParameterList.hpp>
|
||||
#include <Nazara/Core/PluginManager.hpp>
|
||||
#include <Nazara/Core/Primitive.hpp>
|
||||
|
|
@ -66,6 +69,7 @@
|
|||
#include <Nazara/Core/ResourceLoader.hpp>
|
||||
#include <Nazara/Core/ResourceRef.hpp>
|
||||
#include <Nazara/Core/Semaphore.hpp>
|
||||
#include <Nazara/Core/SparsePtr.hpp>
|
||||
#include <Nazara/Core/Stream.hpp>
|
||||
#include <Nazara/Core/String.hpp>
|
||||
#include <Nazara/Core/StringStream.hpp>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated on 21 Feb 2014 at 18:17:18
|
||||
// This file was automatically generated on 11 Jul 2014 at 10:21:52
|
||||
|
||||
/*
|
||||
Nazara Engine - Graphics module
|
||||
|
|
@ -62,6 +62,7 @@
|
|||
#include <Nazara/Graphics/SceneNode.hpp>
|
||||
#include <Nazara/Graphics/SceneRoot.hpp>
|
||||
#include <Nazara/Graphics/ScreenNode.hpp>
|
||||
#include <Nazara/Graphics/SkinningManager.hpp>
|
||||
#include <Nazara/Graphics/SkyboxBackground.hpp>
|
||||
#include <Nazara/Graphics/Sprite.hpp>
|
||||
#include <Nazara/Graphics/TextureBackground.hpp>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// This file was automatically generated on 21 Feb 2014 at 18:17:18
|
||||
// This file was automatically generated on 11 Jul 2014 at 10:21:52
|
||||
|
||||
/*
|
||||
Nazara Engine - Window module
|
||||
Nazara Engine - Utility module
|
||||
|
||||
Copyright (C) 2014 Jérôme "Lynix" Leclercq (Lynix680@gmail.com)
|
||||
|
||||
|
|
@ -47,6 +47,7 @@
|
|||
#include <Nazara/Utility/Joint.hpp>
|
||||
#include <Nazara/Utility/Keyboard.hpp>
|
||||
#include <Nazara/Utility/Mesh.hpp>
|
||||
#include <Nazara/Utility/MeshData.hpp>
|
||||
#include <Nazara/Utility/Mouse.hpp>
|
||||
#include <Nazara/Utility/Node.hpp>
|
||||
#include <Nazara/Utility/PixelFormat.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue