FuncDoodle
Loading...
Searching...
No Matches
Project.cc File Reference
#include "Project.h"
#include "Conf/Constants.h"
#include "Project/Frame.h"
#include <cstdio>
#include <cstring>
#include <memory>
#include <fstream>
#include <iostream>
#include <map>
#include <stack>
#include <utility>
#include <vector>
#include "Util/MacroUtils.h"
#include <stb_image_write.h>
#include <cstdlib>
#include <ctime>
#include <format>

Namespaces

namespace  FuncDoodle
 The FuncDoodle C++ namespace.

Macros

#define STB_IMAGE_WRITE_IMPLEMENTATION
#define WRITEB(b)

Macro Definition Documentation

◆ STB_IMAGE_WRITE_IMPLEMENTATION

#define STB_IMAGE_WRITE_IMPLEMENTATION

◆ WRITEB

#define WRITEB ( b)
Value:
do { \
outFile.write(reinterpret_cast<const char*>(&(b)), sizeof((b))); \
} while (0)