Files
itgmania212121/stepmania/src/crypto51/pch.h
T
2004-05-13 06:02:32 +00:00

14 lines
196 B
C

#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H
#include "config.h"
#ifdef USE_PRECOMPILED_HEADERS
#include "simple.h"
#include "secblock.h"
#include "misc.h"
#include "smartptr.h"
#endif
#endif