Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: Remove double declarations #1787

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions NWNXLib/API/API/CExoResMan.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ NWN_API_PROLOGUE(CExoResMan)

struct CExoFile;
struct CExoKeyTable;
struct CExoKeyTable;
struct CExoStringList;
struct CKeyTableEntry;

Expand Down Expand Up @@ -122,4 +121,3 @@ struct CExoResMan
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CExoResMan)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CFactionManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ NWN_API_PROLOGUE(CFactionManager)

struct CExoString;
struct CNWSFaction;
struct CNWSFaction;
struct CResGFF;
struct CResList;

Expand Down Expand Up @@ -54,4 +53,3 @@ struct CFactionManager
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CFactionManager)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CNWSCreature.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ NWN_API_PROLOGUE(CNWSCreature)

struct CEffectIconObject;
struct CGameEffect;
struct CGameEffect;
struct CItemRepository;
struct CNWCCMessageData;
struct CNWItemProperty;
Expand Down Expand Up @@ -742,4 +741,3 @@ struct CNWSCreature : CNWSObject
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CNWSCreature)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CNWSCreatureStats.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ struct CFeatUseListEntry;
struct CNWClass;
struct CNWCreatureStatsUpdate;
struct CNWLevelStats;
struct CNWLevelStats;
struct CNWSCreature;
struct CNWSCreatureAppearanceInfo;
struct CNWSItem;
Expand Down Expand Up @@ -391,4 +390,3 @@ struct CNWSCreatureStats
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CNWSCreatureStats)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CNWSCreatureStats_ClassInfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ NWN_API_PROLOGUE(CNWSCreatureStats_ClassInfo)
#endif

struct CNWSStats_Spell;
struct CNWSStats_Spell;


typedef int BOOL;
Expand Down Expand Up @@ -69,4 +68,3 @@ struct CNWSCreatureStats_ClassInfo
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CNWSCreatureStats_ClassInfo)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CNWSObject.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ NWN_API_PROLOGUE(CNWSObject)

struct CExoString;
struct CGameEffect;
struct CGameEffect;
struct CLoopingVisualEffect;
struct CNWCCMessageData;
struct CNWSAnimBase;
Expand Down Expand Up @@ -331,4 +330,3 @@ struct CNWSObject : CGameObject
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CNWSObject)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CNWSStore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ struct CNWSPlayer;
struct CResGFF;
struct CResStruct;
struct CStoreCustomer;
struct CStoreCustomer;


typedef int BOOL;
Expand Down Expand Up @@ -84,4 +83,3 @@ struct CNWSStore : CNWSObject
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CNWSStore)
#endif

2 changes: 0 additions & 2 deletions NWNXLib/API/API/CVirtualMachine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ struct CResGFF;
struct CResStruct;
struct CScriptCompiler;
struct CScriptLog;
struct CScriptLog;
struct CVirtualMachineCmdImplementer;
struct CVirtualMachineDebuggingContext;
struct CVirtualMachineDebuggerInstance;
Expand Down Expand Up @@ -111,4 +110,3 @@ struct CVirtualMachine
#ifdef NWN_API_EPILOGUE
NWN_API_EPILOGUE(CVirtualMachine)
#endif

Loading