quake-tools/source/quam/wad.h

9 lines
103 B
C
Raw Normal View History

2019-10-03 14:06:05 -07:00
#pragma once
#include "common.h"
#include "quam/archive.h"
ArcDir readWad(std::istream &st);
// EOF