mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-21 10:49:23 +00:00
Mass refactoring part 1/2: establishing multiple subprojects, moving source files to their new location, adding resources/templates to version control
This commit is contained in:
14
src/Core/Resource/SNamedResource.h
Normal file
14
src/Core/Resource/SNamedResource.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SNAMEDRESOURCE_H
|
||||
#define SNAMEDRESOURCE_H
|
||||
|
||||
#include <Common/CFourCC.h>
|
||||
#include <Common/types.h>
|
||||
|
||||
struct SNamedResource
|
||||
{
|
||||
CFourCC resType;
|
||||
TString resName;
|
||||
u64 resID;
|
||||
};
|
||||
|
||||
#endif // SNAMEDRESOURCE_H
|
||||
Reference in New Issue
Block a user