Changeset 253 in svn
- Timestamp:
- Feb 8, 2009, 1:29:26 PM (16 years ago)
- Location:
- trunk/Utilities/FROG/Includes/FROG
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/FROG/Includes/FROG/FROG_Element_Base.h
r95 r253 10 10 #include "FROG_Objects_Style.h" 11 11 #include "FROG_Light.h" 12 #include <string.h> 12 13 13 14 #ifdef FROG_OPENGL -
trunk/Utilities/FROG/Includes/FROG/FROG_Font.h
r95 r253 21 21 #include <gl/glut.h> 22 22 #endif 23 24 #include <string.h> 23 25 24 26 class FROG_Font{ -
trunk/Utilities/FROG/Includes/FROG/FROG_Net_Tools.cpp
r96 r253 1 1 #include "FROG_Net_Tools.h" 2 #include <string.h> 2 3 3 4 using namespace std; -
trunk/Utilities/FROG/Includes/FROG/FROG_Path.cpp
r96 r253 1 1 #include "FROG_Path.h" 2 #include <string.h> 2 3 3 4 namespace FROG_PATH{ -
trunk/Utilities/FROG/Includes/FROG/FROG_ReadCards.cpp
r96 r253 13 13 14 14 #include "FROG_ReadCards.h" 15 #include <string.h> 15 16 16 17 // repalce the std getline method, -
trunk/Utilities/FROG/Includes/FROG/FROG_ZLib.cpp
r96 r253 1 1 2 2 #include <stdio.h> 3 #include <string.h> 3 4 #include "FROG_ZLib.h" 4 5
Note:
See TracChangeset
for help on using the changeset viewer.