11 lines
180 B
C++
11 lines
180 B
C++
#pragma once
|
|
|
|
#include "Support/Support.h"
|
|
|
|
namespace clice {
|
|
|
|
/// Responsible for index all files, distinguish active and inactive files.
|
|
class Indexer {};
|
|
|
|
} // namespace clice
|