Changeset 520 in dev for trunk/ab5.0/jenga


Ignore:
Timestamp:
May 1, 2008, 2:49:31 PM (16 years ago)
Author:
dai_9181
Message:

Hashmapクラスをjengaプロジェクトに移動。

Location:
trunk/ab5.0/jenga
Files:
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/Hashmap.h

    r519 r520  
    11#pragma once
    2 
    3 #include <vector>
    4 
    5 #include <memory.h>
    6 
    7 #include <BoostSerializationSupport.h>
    8 #include <logger.h>
    92
    103
  • trunk/ab5.0/jenga/projects/jenga/jenga.vcproj

    r519 r520  
    344344            >
    345345            <File
     346                RelativePath="..\..\include\common\BoostSerializationSupport.h"
     347                >
     348            </File>
     349            <File
    346350                RelativePath="..\..\include\common\CmdLine.h"
    347351                >
     
    361365            <File
    362366                RelativePath="..\..\include\common\File.h"
     367                >
     368            </File>
     369            <File
     370                RelativePath="..\..\include\common\Hashmap.h"
    363371                >
    364372            </File>
Note: See TracChangeset for help on using the changeset viewer.