12 lines
159 B
C++
12 lines
159 B
C++
#pragma once
|
|
|
|
#include "../Basic.h"
|
|
|
|
namespace clice::proto {
|
|
|
|
struct CodeLensClientCapabilities {};
|
|
|
|
struct CodeLensOptions {};
|
|
|
|
} // namespace clice::proto
|