mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-16 16:35:10 +00:00
10 lines
No EOL
160 B
C++
10 lines
No EOL
160 B
C++
#pragma once
|
|
/**
|
|
* @file PlayerActorBase.h
|
|
* @brief Interfaces for Classes that use PlayerHack (PlayerActorBase)
|
|
* Vtable loc:
|
|
*/
|
|
|
|
class IUsePlayerHack {
|
|
|
|
}; |