mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 14:27:42 +00:00
AuxiliaryID32 implemented for sub-resources
This commit is contained in:
@@ -20,5 +20,6 @@ add_library(RuntimeCommonGraphics
|
||||
CVertexMorphEffect.hpp CVertexMorphEffect.cpp
|
||||
CMoviePlayer.hpp CMoviePlayer.cpp
|
||||
CGraphicsPalette.hpp CGraphicsPalette.cpp
|
||||
CSkinRules.hpp CSkinRules.cpp
|
||||
CGraphics.hpp CGraphics.cpp
|
||||
${PLAT_SRCS})
|
||||
|
||||
0
Runtime/Graphics/CSkinRules.cpp
Normal file
0
Runtime/Graphics/CSkinRules.cpp
Normal file
13
Runtime/Graphics/CSkinRules.hpp
Normal file
13
Runtime/Graphics/CSkinRules.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __PSHAG_CSKINRULES_HPP__
|
||||
#define __PSHAG_CSKINRULES_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CSkinRules
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CSKINRULES_HPP__
|
||||
Reference in New Issue
Block a user