mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
e5c67cee83
- CONFLICT (content): Merge conflict in src/p_acs.cpp - Updated position variables
10 lines
172 B
C
10 lines
172 B
C
/* Precomp.h -- StdAfx
|
|
2013-11-12 : Igor Pavlov : Public domain */
|
|
|
|
#ifndef __7Z_PRECOMP_H
|
|
#define __7Z_PRECOMP_H
|
|
|
|
#include "Compiler.h"
|
|
/* #include "7zTypes.h" */
|
|
|
|
#endif
|