WPILibC++ 2023.4.3-108-ge5452e3
cscore.h
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#ifndef CSCORE_CSCORE_H_
6#define CSCORE_CSCORE_H_
7
8/* C API */
9#include "cscore_c.h"
10
11#ifdef __cplusplus
12/* C++ API */
13#include "cscore_cpp.h"
14#include "cscore_oo.h"
15#endif /* __cplusplus */
16
17#endif // CSCORE_CSCORE_H_