mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-17 06:01:15 +00:00
7 lines
73 B
C
7 lines
73 B
C
|
#pragma once
|
||
|
|
||
|
#include "language_server_api.h"
|
||
|
|
||
|
struct WorkingFiles {
|
||
|
|
||
|
};
|