mirror of
https://github.com/pound-emu/pound.git
synced 2025-06-22 22:48:09 -04:00
12 lines
246 B
C++
12 lines
246 B
C++
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include "common/common_funcs.h"
|
|
|
|
namespace FileSys {
|
|
|
|
void AddCounter(void* counter, size_t counter_size, u64 value);
|
|
|
|
}
|