New library code to be used by future code.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2406 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Changes towards version 0.6:
|
||||
- Added some generic lib code to be used by future code. - SvdB
|
||||
- Restructed and normalized savegame and game-state reading/writing code;
|
||||
savegames are now compatible between same-endian 32- and 64-bit systems;
|
||||
savegames from prior 64-bit builds cannot be used - Alex
|
||||
|
||||
@@ -207,6 +207,34 @@ SOURCE=..\regex\regexec.ci
|
||||
# Begin Group "libs"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\alarm.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\callback.h
|
||||
# End Source File
|
||||
# Begin Group "callback"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\callback\alarm.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\callback\alarm.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\callback\callback.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\callback\callback.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "decomp"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
@@ -511,6 +539,22 @@ SOURCE=..\sc2code\libs\graphics\widgets.c
|
||||
SOURCE=..\sc2code\libs\graphics\widgets.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\heap.h
|
||||
# End Source File
|
||||
# Begin Group "heap"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\heap\heap.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\sc2code\libs\heap\heap.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "input"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#include "callback/alarm.h"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#include "callback/callback.h"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#include "heap/heap.h"
|
||||
|
||||
Reference in New Issue
Block a user