add pragma once

This commit is contained in:
franchioping 2026-03-18 21:45:05 +00:00
parent 13e27fe725
commit 3ad9eb42b9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ language = "C++"
# header = "/* Text to put at the beginning of the generated file. Probably a license. */" # header = "/* Text to put at the beginning of the generated file. Probably a license. */"
# trailer = "/* Text to put at the end of the generated file */" # trailer = "/* Text to put at the end of the generated file */"
# include_guard = "my_bindings_h" # include_guard = "my_bindings_h"
# pragma_once = true pragma_once = true
# autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */" # autogen_warning = "/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */"
include_version = false include_version = false
namespace = "dcont" namespace = "dcont"