1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00
OpenDX/include/preprocessor/GetFileContent.hpp
2023-09-21 04:45:39 -03:00

13 lines
268 B
C++

#pragma once
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
/**
* Caution: by using that function,
* it means that every time it's called
* the file content will be included in the code
*/
#define GetFileContent(file_path) #file_path