mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-03 21:21:25 +00:00
15 lines
180 B
C
15 lines
180 B
C
#ifndef SDEPENDENCY
|
|
#define SDEPENDENCY
|
|
|
|
#include <Common/CFourCC.h>
|
|
#include <Common/types.h>
|
|
|
|
struct SDependency
|
|
{
|
|
u64 ResID;
|
|
CFourCC ResType;
|
|
};
|
|
|
|
#endif // SDEPENDENCY
|
|
|