Files
itgmania212121/stepmania/src/crypto51/algparam.cpp
T
2006-02-03 19:58:38 +00:00

11 lines
237 B
C++

// algparam.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "algparam.h"
namespace CryptoPP {
bool (*AssignIntToInteger)(const std::type_info &valueType, void *pInteger, const void *pInt) = NULL;
}