Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 2, 2008, 9:28:41 PM (16 years ago)
Author:
rgrieder
Message:

moved input related files to src/core/input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/input/visual_studio/vc8/core.vcproj

    r1502 r1519  
    280280                                >
    281281                                <File
    282                                         RelativePath="..\..\src\core\InputBuffer.cc"
    283                                         >
    284                                 </File>
    285                                 <File
    286                                         RelativePath="..\..\src\core\InputManager.cc"
    287                                         >
    288                                 </File>
    289                                 <File
    290                                         RelativePath="..\..\src\core\KeyBinder.cc"
     282                                        RelativePath="..\..\src\core\input\InputBuffer.cc"
     283                                        >
     284                                </File>
     285                                <File
     286                                        RelativePath="..\..\src\core\input\InputManager.cc"
     287                                        >
     288                                </File>
     289                                <File
     290                                        RelativePath="..\..\src\core\input\KeyBinder.cc"
    291291                                        >
    292292                                </File>
     
    382382                                >
    383383                                <File
    384                                         RelativePath="..\..\src\core\InputBuffer.h"
    385                                         >
    386                                 </File>
    387                                 <File
    388                                         RelativePath="..\..\src\core\InputInterfaces.h"
    389                                         >
    390                                 </File>
    391                                 <File
    392                                         RelativePath="..\..\src\core\InputManager.h"
    393                                         >
    394                                 </File>
    395                                 <File
    396                                         RelativePath="..\..\src\core\KeyBinder.h"
     384                                        RelativePath="..\..\src\core\input\InputBuffer.h"
     385                                        >
     386                                </File>
     387                                <File
     388                                        RelativePath="..\..\src\core\input\InputInterfaces.h"
     389                                        >
     390                                </File>
     391                                <File
     392                                        RelativePath="..\..\src\core\input\InputManager.h"
     393                                        >
     394                                </File>
     395                                <File
     396                                        RelativePath="..\..\src\core\input\KeyBinder.h"
    397397                                        >
    398398                                </File>
Note: See TracChangeset for help on using the changeset viewer.