New Super Mario Bros. U Headers
Loading...
Searching...
No Matches
ProcLayerBase.h
Go to the documentation of this file.
1#pragma once
2
3#include <layer/aglLayer.h>
4
5class ProcLayerBase : public agl::lyr::Layer // vtbl Address: 0x100BD6B8
6{
7 // getRuntimeTypeInfoStatic()::typeInfo initialization guard variable Address: 0x101E9E5C
8 // getRuntimeTypeInfoStatic()::typeInfo Address: 0x101EA070
9 SEAD_RTTI_OVERRIDE(ProcLayerBase, agl::lyr::Layer)
10
11public:
12 // Address: 0x024F9290
14 // Address: 0x024F92EC
16
17 // Address: 0x024F9340
18 void preDraw(const agl::lyr::RenderInfo& render_info) const override;
19 // Address: 0x024F9344
20 void postDraw(const agl::lyr::RenderInfo& render_info) const override;
21
22protected:
24};
25static_assert(sizeof(ProcLayerBase) == 0x420);
Definition ProcLayerBase.h:6
u8 _41c
Definition ProcLayerBase.h:23
void preDraw(const agl::lyr::RenderInfo &render_info) const override
~ProcLayerBase() override
void postDraw(const agl::lyr::RenderInfo &render_info) const override