summaryrefslogtreecommitdiff
path: root/include/manager/steamOverlayManager.h
blob: 4ab2b455d72b157280dd2322491f05e175ee54e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef STEAMOVERLAYMANAGER_H
#define STEAMOVERLAYMANAGER_H

#include "manager.h"

typedef struct {
    Manager base;
    u16 unk_20;
    u8 unk_22;
    u8 unk_23[1];
    u8 unk_24;
    u8 unk_25[0x1b];
} SteamOverlayManager;

#endif // STEAMOVERLAYMANAGER_H