Skip to content

Commit

Permalink
migrate part of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 16, 2024
1 parent dea8549 commit d9b867b
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 41 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@


#include <string.h>
#include "cimcte_wrapper.h"
#include "cimcte_structs_accessor.h"
#include "wrapper.h"
#include "structs_accessor.h"

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#include "cimcte_wrapper.h"
#include "wrapper.h"

#ifdef __cplusplus
extern "C" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// DO NOT EDIT.


#include "cimcte_typedefs.h"
#include "typedefs.h"
#include "../cwrappers/cimCTE.h"

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by cmd/codegen from https://github.com/AllenDang/cimgui-go.
// DO NOT EDIT.

#include "cimcte_wrapper.h"
#include "wrapper.h"
#include "../cwrappers/cimCTE.h"

void wrap_TextEditor_Redo(TextEditor* self) { TextEditor_Redo(self,1); }
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions imguizmo/cimguizmo_callbacks.go → imguizmo/callbacks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
4 changes: 2 additions & 2 deletions imguizmo/cimguizmo_funcs.go → imguizmo/funcs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


#include <string.h>
#include "cimguizmo_wrapper.h"
#include "cimguizmo_structs_accessor.h"
#include "wrapper.h"
#include "structs_accessor.h"

void wrap_Style_SetTranslationLineThickness(Style *StylePtr, float v) { StylePtr->TranslationLineThickness = v; }
float wrap_Style_GetTranslationLineThickness(Style *self) { return self->TranslationLineThickness; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#include "cimguizmo_wrapper.h"
#include "wrapper.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion imguizmo/cimguizmo_typedefs.cpp → imguizmo/typedefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// DO NOT EDIT.


#include "cimguizmo_typedefs.h"
#include "typedefs.h"
#include "../cwrappers/cimguizmo.h"
4 changes: 2 additions & 2 deletions imguizmo/cimguizmo_typedefs.go → imguizmo/typedefs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion imguizmo/cimguizmo_wrapper.cpp → imguizmo/wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by cmd/codegen from https://github.com/AllenDang/cimgui-go.
// DO NOT EDIT.

#include "cimguizmo_wrapper.h"
#include "wrapper.h"
#include "../cwrappers/cimguizmo.h"

ImGuiID wrap_ImGuizmo_GetID_Ptr(const uintptr_t ptr_id) { return ImGuizmo_GetID_Ptr((const void*)(uintptr_t)ptr_id); }
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions imnodes/cimnodes_callbacks.go → imnodes/callbacks.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions imnodes/dummy.go

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions imnodes/cimnodes_funcs.go → imnodes/funcs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


#include <string.h>
#include "cimnodes_wrapper.h"
#include "cimnodes_structs_accessor.h"
#include "wrapper.h"
#include "structs_accessor.h"

void wrap_EmulateThreeButtonMouse_SetModifier(EmulateThreeButtonMouse *EmulateThreeButtonMousePtr, const bool* v) { EmulateThreeButtonMousePtr->Modifier = v; }
const bool* wrap_EmulateThreeButtonMouse_GetModifier(EmulateThreeButtonMouse *self) { return self->Modifier; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#include "cimnodes_wrapper.h"
#include "wrapper.h"

#ifdef __cplusplus
extern "C" {
Expand Down
2 changes: 1 addition & 1 deletion imnodes/cimnodes_typedefs.cpp → imnodes/typedefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// DO NOT EDIT.


#include "cimnodes_typedefs.h"
#include "typedefs.h"
#include "../cwrappers/cimnodes.h"

uintptr_t ImNodesMiniMapNodeHoveringCallbackUserData_toUintptr(ImNodesMiniMapNodeHoveringCallbackUserData ptr) {
Expand Down
4 changes: 2 additions & 2 deletions imnodes/cimnodes_typedefs.go → imnodes/typedefs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
2 changes: 1 addition & 1 deletion imnodes/cimnodes_wrapper.cpp → imnodes/wrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by cmd/codegen from https://github.com/AllenDang/cimgui-go.
// DO NOT EDIT.

#include "cimnodes_wrapper.h"
#include "wrapper.h"
#include "../cwrappers/cimnodes.h"

void wrap_imnodes_BeginInputAttribute(int id) { imnodes_BeginInputAttribute(id,ImNodesPinShape_CircleFilled); }
Expand Down
File renamed without changes.

0 comments on commit d9b867b

Please sign in to comment.