mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
718112a8fe
Currently none of these is being used, but eventually they will, once more code gets ported over. So it's better to have them right away and avoid editing the project file too much, only to revert that later.
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
|