power_play/src/resource/resource.h

15 lines
205 B
C

#ifndef RESOURCE_H
#define RESOURCE_H
#include "../base/base.h"
#include "../sys/sys.h"
#include "../tar/tar.h"
#if RESOURCES_EMBEDDED
# include "../inc/inc.h"
#endif
#include "resource_core.h"
#endif