mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Format
This commit is contained in:
parent
47cc915dda
commit
8dd19f6fa6
@ -14,7 +14,8 @@
|
|||||||
// STL. But I haven't figured out what yet (it's definitely not a vector).
|
// STL. But I haven't figured out what yet (it's definitely not a vector).
|
||||||
class MxStreamerSubClass1 {
|
class MxStreamerSubClass1 {
|
||||||
public:
|
public:
|
||||||
inline MxStreamerSubClass1(undefined4 p_size) {
|
inline MxStreamerSubClass1(undefined4 p_size)
|
||||||
|
{
|
||||||
m_buffer = NULL;
|
m_buffer = NULL;
|
||||||
m_size = p_size;
|
m_size = p_size;
|
||||||
undefined4* ptr = &m_unk0x08;
|
undefined4* ptr = &m_unk0x08;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user