mirror of
https://github.com/mamedev/mame.git
synced 2025-04-02 10:52:13 -04:00
7 lines
160 B
C++
7 lines
160 B
C++
// Sha256Prepare.cpp
|
|
|
|
#include "StdAfx.h"
|
|
|
|
#include "../../C/Sha256.h"
|
|
|
|
static struct CSha256Prepare { CSha256Prepare() { Sha256Prepare(); } } g_Sha256Prepare;
|