mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CWarp stubs
This commit is contained in:
@@ -1,11 +1,27 @@
|
||||
#ifndef __PSHAG_CWARP_HPP__
|
||||
#define __PSHAG_CWARP_HPP__
|
||||
|
||||
#include <CColor.hpp>
|
||||
#include <CVector3f.hpp>
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace pshag
|
||||
{
|
||||
|
||||
class CWarp
|
||||
{
|
||||
public:
|
||||
virtual ~CWarp() {}
|
||||
virtual bool UpdateWarp()=0;
|
||||
virtual void ModifyParticles(int, int, int*,
|
||||
Zeus::CVector3f*,
|
||||
Zeus::CVector3f*,
|
||||
Zeus::CVector3f*,
|
||||
Zeus::CColor*,
|
||||
float*, float*)=0;
|
||||
virtual void Activate(bool)=0;
|
||||
virtual bool IsActivated()=0;
|
||||
virtual FourCC Get4CharID()=0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user