Initial commit
This commit is contained in:
21
src/IW3/Assets/GfxWorld.hpp
Normal file
21
src/IW3/Assets/GfxWorld.hpp
Normal file
@ -0,0 +1,21 @@
|
||||
// ======================= ZoneTool =======================
|
||||
// zonetool, a fastfile linker for various
|
||||
// Call of Duty titles.
|
||||
//
|
||||
// Project: https://github.com/ZoneTool/zonetool
|
||||
// Author: RektInator (https://github.com/RektInator)
|
||||
// License: GNU GPL v3.0
|
||||
// ========================================================
|
||||
#pragma once
|
||||
|
||||
namespace ZoneTool
|
||||
{
|
||||
namespace IW3
|
||||
{
|
||||
class IGfxWorld
|
||||
{
|
||||
public:
|
||||
static void dump(GfxWorld* asset, ZoneMemory* mem);
|
||||
};
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user