mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Introduce clang-format (#240)
This commit is contained in:

committed by
GitHub

parent
e928fc9425
commit
b449da1fa3
@@ -1,20 +1,16 @@
|
||||
#ifndef MXSTILLPRESENTER_H
|
||||
#define MXSTILLPRESENTER_H
|
||||
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
#include "decomp.h"
|
||||
#include "mxvideopresenter.h"
|
||||
|
||||
// VTABLE 0x100d7a38
|
||||
// SIZE 0x6c
|
||||
class MxStillPresenter : public MxVideoPresenter
|
||||
{
|
||||
class MxStillPresenter : public MxVideoPresenter {
|
||||
public:
|
||||
MxStillPresenter() {
|
||||
m_unk68 = 0;
|
||||
}
|
||||
undefined4 m_unk64;
|
||||
undefined4 m_unk68;
|
||||
MxStillPresenter() { m_unk68 = 0; }
|
||||
undefined4 m_unk64;
|
||||
undefined4 m_unk68;
|
||||
};
|
||||
|
||||
#endif // MXSTILLPRESENTER_H
|
||||
|
Reference in New Issue
Block a user