summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2ColdTableDef.h
blob: 087402a1b5ea1f11318437fc7db6d3ee10dfc0b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "common.h"

class T2ColdTableDef {
public:
    T2ColdTableDef(CResFile &inResFile);
    virtual ~T2ColdTableDef();
    unsigned int GetDenomi(unsigned int inA, unsigned int inB) const;

protected:
    unsigned int mVar;
    unsigned int mEntries[12];
};