Skip to content

Commit

Permalink
Rename ISE_AbstractLEOwner -> IServerEntityLEOwner.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 8, 2015
1 parent c34b27f commit 2759d26
Show file tree
Hide file tree
Showing 7 changed files with 1,726 additions and 1,726 deletions.
2 changes: 1 addition & 1 deletion src/editors/LevelEditor/Edit/SpawnPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class CSpawnPoint : public CCustomObject,
CLE_Motion (CSE_Motion* src);
virtual ~CLE_Motion ();
};
struct SSpawnData: public ISE_AbstractLEOwner
struct SSpawnData: public IServerEntityLEOwner
{
CLASS_ID m_ClassID;
shared_str m_Profile;
Expand Down
2 changes: 1 addition & 1 deletion src/xrServerEntities/xrServer_Object_Base.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class CSE_Abstract :
#ifndef XRGAME_EXPORTS
virtual void FillProps (LPCSTR pref, PropItemVec &items);
virtual void __stdcall FillProp (LPCSTR pref, PropItemVec &items);
virtual void __stdcall on_render (CDUInterface* du, ISE_AbstractLEOwner* owner, bool bSelected, const Fmatrix& parent,int priority, bool strictB2F){}
virtual void __stdcall on_render (CDUInterface* du, IServerEntityLEOwner* owner, bool bSelected, const Fmatrix& parent,int priority, bool strictB2F){}
virtual visual_data*__stdcall visual_collection () const { return 0; }
virtual u32 __stdcall visual_collection_size () const { return 0; }
virtual void __stdcall set_additional_info (void* info) {};
Expand Down
Loading

0 comments on commit 2759d26

Please sign in to comment.