Skip to content

Instantly share code, notes, and snippets.

View aquawicket's full-sized avatar
💭
a ? b : c

aquawicket aquawicket

💭
a ? b : c
View GitHub Profile
@aquawicket
aquawicket / xml.cpp
Created February 21, 2022 11:54 — forked from anonymous/xml.cpp
Duktape bindings for TinyXML 2
#include <duktape.h>
#include <tinyxml2.h>
using namespace tinyxml2;
// -----------------------------------------------------------------------------
// XmlNode Object structure & utility functions
// -----------------------------------------------------------------------------
#define DUKWIN_XMLNODE_PROTOTYPE "$DukwinXmlNodePrototype"