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:
meep-eep
2006-08-11 18:34:30 +00:00
parent 8fab85b46c
commit c5db606e0c
5 changed files with 51 additions and 0 deletions
+1
View File
@@ -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
+44
View File
@@ -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 ""
+2
View File
@@ -0,0 +1,2 @@
#include "callback/alarm.h"
+2
View File
@@ -0,0 +1,2 @@
#include "callback/callback.h"
+2
View File
@@ -0,0 +1,2 @@
#include "heap/heap.h"