mirror of
https://github.com/decaf-emu/decaf-emu.git
synced 2025-04-02 10:42:13 -04:00
5 lines
90 B
C++
5 lines
90 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
bool
|
|
executeFuzzTests(uint32_t suite_seed = 0x12345678);
|