SpaceInvaders
1.0
Ebauche d'une réalisation d'un space invader
Main Page
Related Pages
Files
File List
Correc_prof
MyType_ML.h
1
#pragma once
2
3
#include <vector>
4
5
namespace
nsSpaceInvaderML
6
{
11
typedef
std::vector <std::string>
CVString
;
15
typedef
CVString::size_type Size_t;
16
17
}
nsSpaceInvaderML
Definition:
MyConst_ML.h:3
nsSpaceInvader_AC::CVString
std::vector< std::string > CVString
Alias vers le type de l'écran (l'espace, la matrice).
Definition:
MyType_AC.h:23
Generated by
1.8.11