mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-28 15:02:24 +00:00
bbbb61f450
LZMA update plus several ZScript improvements.
10 lines
180 B
C
10 lines
180 B
C
/* Precomp.h -- StdAfx
|
|
2023-04-02 : Igor Pavlov : Public domain */
|
|
|
|
#ifndef ZIP7_INC_PRECOMP_H
|
|
#define ZIP7_INC_PRECOMP_H
|
|
|
|
#include "Compiler.h"
|
|
/* #include "7zTypes.h" */
|
|
|
|
#endif
|