NDSFactory/fatstruct.h
2019-09-12 21:59:02 +02:00

12 lines
147 B
C++

#ifndef FATSTRUCT_H
#define FATSTRUCT_H
#include <cstdint>
struct FatRange {
uint32_t startAddr;
uint32_t endAddr;
};
#endif // FATSTRUCT_H