16 lines
154 B
C++
16 lines
154 B
C++
|
|
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
#include "bolt/ByteString.hpp"
|
|
#include "bolt/String.hpp"
|
|
|
|
namespace bolt {
|
|
|
|
|
|
}
|
|
|