mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
7 lines
151 B
C++
7 lines
151 B
C++
#include "pipeline/pipeline.hpp"
|
|
|
|
namespace xna {
|
|
void ContentIdentity::Serialize(ContentTypeSerializer& serializer, bool serializeOptional) {
|
|
|
|
}
|
|
} |