mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
17 lines
207 B
C++
17 lines
207 B
C++
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include "core/containers/vector.h"
|
|
#include "core/string.h"
|
|
#include "core/typedefs.h"
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
class Utilities {
|
|
public:
|
|
|
|
protected:
|
|
};
|
|
|
|
#endif |