mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
13 lines
223 B
C++
13 lines
223 B
C++
#pragma once
|
|
|
|
#include "../module.h"
|
|
|
|
namespace acio {
|
|
|
|
class LA9AModule : public ACIOModule {
|
|
public:
|
|
LA9AModule(HMODULE module, HookMode hookMode);
|
|
|
|
virtual void attach() override;
|
|
};
|
|
} |