mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-29 15:51:02 +00:00
Add icicle mmio support
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#include <memory>
|
||||
#include <functional>
|
||||
|
||||
#include "object.hpp"
|
||||
#include <utils/object.hpp>
|
||||
|
||||
template <typename ReturnType, typename... Args>
|
||||
class function_wrapper : public object
|
||||
class function_wrapper : public utils::object
|
||||
{
|
||||
public:
|
||||
using user_data_pointer = void*;
|
||||
|
||||
Reference in New Issue
Block a user