David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
56e9725
Branches
Tags
c++11
main
start
testcode.git
product
ui
widget.hpp
Add .clang-format
dblume
commited
56e9725
at 2023-08-12 23:24:26
widget.hpp
Blame
History
Raw
#ifndef __widget_hpp #define __widget_hpp namespace UI { #define WIDGET_ID 1 int widget_cb(); } // namespace UI #endif