Files

19 lines
292 B
C
Raw Permalink Normal View History

2024-01-28 12:16:11 -03:00
/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */
2022-10-13 19:41:46 -03:00
/* SPDX-License-Identifier: MIT */
#ifndef RABBITIZER_ACCESS_TYPE_H
#define RABBITIZER_ACCESS_TYPE_H
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
2023-05-02 19:01:54 -04:00
#include "generated/AccessType_enum.h"
2022-10-13 19:41:46 -03:00
#ifdef __cplusplus
}
#endif
#endif