Add 'xo-callback/' from commit '4e1849c726'

git-subtree-dir: xo-callback
git-subtree-mainline: 42ee4bbdc2
git-subtree-split: 4e1849c726
This commit is contained in:
Roland Conybeare 2025-05-11 14:45:05 -05:00
commit 5ce1c5fb0a
9 changed files with 571 additions and 0 deletions

View file

@ -0,0 +1,13 @@
/* file CallbackSet.cpp
*
* author: Roland Conybeare, Sep 2022
*/
#include "CallbackSet.hpp"
namespace xo {
namespace fn {
} /*namespace fn*/
} /*namespace xo*/
/* end CallbackSet.cpp */