mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
6 lines
69 B
C
6 lines
69 B
C
|
#pragma once
|
||
|
|
||
|
struct Buffer {
|
||
|
static void CreateSharedBuffer();
|
||
|
};
|