mirror of
https://github.com/thunderbrewhq/common.git
synced 2025-12-12 11:12:29 +00:00
7 lines
160 B
C++
7 lines
160 B
C++
#ifndef COMMON_DATA_STORE_HPP
|
|
#define COMMON_DATA_STORE_HPP
|
|
|
|
#include "common/datastore/CDataStore.hpp"
|
|
#include "common/datastore/CDataStoreCache.hpp"
|
|
|
|
#endif
|