Files
shadowrun-server/src/htmx/HtmxObject.cpp

11 lines
145 B
C++

//
// Created by lukas on 5/11/25.
//
#include "HtmxObject.h"
using namespace std;
const string& HtmxObject::htmx() const {
return html;
}