mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
2c38c1a8ee
commit
5d294f0ad2
33 changed files with 81 additions and 82 deletions
|
|
@ -25,40 +25,39 @@ AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(srcdir)
|
||||||
# libMaNGOSScript shared library will later be reused by world server daemon.
|
# libMaNGOSScript shared library will later be reused by world server daemon.
|
||||||
noinst_LIBRARIES = libmangosframework.a
|
noinst_LIBRARIES = libmangosframework.a
|
||||||
libmangosframework_a_SOURCES = \
|
libmangosframework_a_SOURCES = \
|
||||||
Policies/ObjectLifeTime.cpp \
|
Policies/ObjectLifeTime.cpp \
|
||||||
Utilities/EventProcessor.cpp
|
Utilities/EventProcessor.cpp
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
# Source and header files for the Framework.
|
# Source and header files for the Framework.
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
Dynamic/FactoryHolder.h \
|
Dynamic/FactoryHolder.h \
|
||||||
Dynamic/ObjectRegistry.h \
|
Dynamic/ObjectRegistry.h \
|
||||||
GameSystem/Grid.h \
|
GameSystem/Grid.h \
|
||||||
GameSystem/GridLoader.h \
|
GameSystem/GridLoader.h \
|
||||||
GameSystem/GridRefManager.h \
|
GameSystem/GridRefManager.h \
|
||||||
GameSystem/GridReference.h \
|
GameSystem/GridReference.h \
|
||||||
GameSystem/NGrid.h \
|
GameSystem/NGrid.h \
|
||||||
GameSystem/TypeContainer.h \
|
GameSystem/TypeContainer.h \
|
||||||
GameSystem/TypeContainerFunctions.h \
|
GameSystem/TypeContainerFunctions.h \
|
||||||
GameSystem/TypeContainerFunctionsPtr.h \
|
GameSystem/TypeContainerFunctionsPtr.h \
|
||||||
GameSystem/TypeContainerVisitor.h \
|
GameSystem/TypeContainerVisitor.h \
|
||||||
Network/SocketDefines.h \
|
Network/SocketDefines.h \
|
||||||
Platform/CompilerDefs.h \
|
Platform/CompilerDefs.h \
|
||||||
Platform/Define.h \
|
Platform/Define.h \
|
||||||
Policies/CreationPolicy.h \
|
Policies/CreationPolicy.h \
|
||||||
Policies/ObjectLifeTime.h \
|
Policies/ObjectLifeTime.h \
|
||||||
Policies/Singleton.h \
|
Policies/Singleton.h \
|
||||||
Policies/SingletonImp.h \
|
Policies/SingletonImp.h \
|
||||||
Policies/ThreadingModel.h \
|
Policies/ThreadingModel.h \
|
||||||
Utilities/CountedReference/Reference.h \
|
Utilities/CountedReference/Reference.h \
|
||||||
Utilities/CountedReference/ReferenceHolder.h \
|
Utilities/CountedReference/ReferenceHolder.h \
|
||||||
Utilities/CountedReference/ReferenceImpl.h \
|
Utilities/CountedReference/ReferenceImpl.h \
|
||||||
Utilities/LinkedReference/RefManager.h \
|
Utilities/LinkedReference/RefManager.h \
|
||||||
Utilities/LinkedReference/Reference.h \
|
Utilities/LinkedReference/Reference.h \
|
||||||
Utilities/ByteConverter.h \
|
Utilities/ByteConverter.h \
|
||||||
Utilities/Callback.h \
|
Utilities/Callback.h \
|
||||||
Utilities/EventProcessor.h \
|
Utilities/EventProcessor.h \
|
||||||
Utilities/HashMap.h \
|
Utilities/HashMap.h \
|
||||||
Utilities/LinkedList.h \
|
Utilities/LinkedList.h \
|
||||||
Utilities/TypeList.h
|
Utilities/TypeList.h
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue