/* AUTOGENERATED file, do not edit
 *
 * part of @PROJECT_NAME@
 * generated by 'CMake' from common/res/resource.hpp.in
 *
 * contains the converted file '@FILENAME@'
 */
#pragma once

#include <vector>
#include <string>
#include "sdl_resource_file.hpp"

class @CLASSNAME@
{ 
	friend class SDLResourceManager;

public:
	@CLASSNAME@() = delete;

	static std::string name();
	static std::string type();

protected:
	static std::vector<unsigned char> init();
	static const SDLResourceFile _initializer;
};
