mirror of
https://github.com/decaf-emu/decaf-emu.git
synced 2026-07-11 03:08:39 +00:00
6 lines
90 B
C++
6 lines
90 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
bool
|
|
executeFuzzTests(uint32_t suite_seed = 0x12345678);
|