mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
Initial CSlideShow
This commit is contained in:
20
Runtime/MP1/CSlideShow.cpp
Normal file
20
Runtime/MP1/CSlideShow.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "CSlideShow.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CSlideShow::CSlideShow()
|
||||
: CIOWin("SlideShow")
|
||||
{
|
||||
}
|
||||
|
||||
CIOWin::EMessageReturn CSlideShow::OnMessage(const CArchitectureMessage& msg, CArchitectureQueue& queue)
|
||||
{
|
||||
return EMessageReturn::Exit;
|
||||
}
|
||||
|
||||
void CSlideShow::Draw() const
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user