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
|
||
|
|