mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 02:46:10 +00:00
Fix CAutoMapper surfaces on Braswell
This commit is contained in:
14
Runtime/MP1/World/CParasite.hpp
Normal file
14
Runtime/MP1/World/CParasite.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __URDE_MP1_CPARASITE_HPP__
|
||||
#define __URDE_MP1_CPARASITE_HPP__
|
||||
|
||||
#include "World/CWallWalker.hpp"
|
||||
|
||||
namespace urde::MP1
|
||||
{
|
||||
class CParasite : public CWallWalker
|
||||
{
|
||||
public:
|
||||
CParasite();
|
||||
};
|
||||
}
|
||||
#endif // __URDE_MP1_CPARASITE_HPP__
|
||||
Reference in New Issue
Block a user