Browse Source

unused file

default_compile_flags
vector-of-bool 5 years ago
parent
commit
6b20c3f74f
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      src/dds/archive.hpp

+ 0
- 14
src/dds/archive.hpp View File

@@ -1,14 +0,0 @@
#pragma once

#include <dds/util.hpp>

#include <vector>

namespace dds {

struct archive_rules {
std::vector<fs::path> objects;
fs::path out;
};

} // namespace dds

Loading…
Cancel
Save