Skip to content

Commit

Permalink
API: Remove double declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikgit committed Oct 9, 2024
1 parent 695efc6 commit 810961a
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 16 deletions.
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

0 comments on commit 810961a

Please sign in to comment.