fixes #3 Co-authored-by: lcw <ez_lcw@foxmail.com> Co-authored-by: szdytom <szdytom@qq.com> Reviewed-on: #5
10 lines
138 B
C++
10 lines
138 B
C++
#ifndef ACPA_WORK_H
|
|
#define ACPA_WORK_H
|
|
|
|
#include "element.h"
|
|
#include "token.h"
|
|
#include <vector>
|
|
|
|
void work(std::vector<Token>);
|
|
|
|
#endif |