💾 Archived View for gmi.noulin.net › gitRepositories › boxen › file › boxenInternal.h.gmi captured on 2024-09-29 at 00:25:51. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
boxenInternal.h (200B)
1 #pragma once 2 3 static boxenFunctionst *boxenF = NULL; 4 5 /* TODO declare structs for private data and add a void pointer to the private data in the class declaration */ 6 7 ```