This commit is contained in:
@@ -14,7 +14,9 @@ Graphe des dépendances par inclusion de read.\+c\+:
|
||||
int \textbf{ count\+Custom\+Maps} (char $\ast$name\+\_\+directory)
|
||||
\begin{DoxyCompactList}\small\item\em La fonction permet de compter le nombre de maps custom dans le fichier des maps. \end{DoxyCompactList}\item
|
||||
char $\ast$$\ast$ \textbf{ generator\+Menu} (char $\ast$name\+\_\+directory, \textbf{ vect} $\ast$size, \textbf{ vect} $\ast$pos\+\_\+player)
|
||||
\begin{DoxyCompactList}\small\item\em La fonction permet de creer la zone de jeu du menu en fonction du nombre de maps custom. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
\begin{DoxyCompactList}\small\item\em La fonction permet de creer la zone de jeu du menu en fonction du nombre de maps custom. \end{DoxyCompactList}\item
|
||||
void \textbf{ save\+\_\+grid\+\_\+to\+\_\+file} (int filename, char $\ast$$\ast$tab2D)
|
||||
\begin{DoxyCompactList}\small\item\em La fonction permet de retranscrire un niveau creer du tableau vers le fichier.\+txt. \end{DoxyCompactList}\end{DoxyCompactItemize}
|
||||
|
||||
|
||||
\doxysubsection{Description détaillée}
|
||||
@@ -85,3 +87,20 @@ La fonction permet de creer la zone de jeu du menu en fonction du nombre de maps
|
||||
\end{DoxyParams}
|
||||
Voici le graphe d\textquotesingle{}appel pour cette fonction \+:
|
||||
% FIG 2
|
||||
\index{read.c@{read.c}!save\_grid\_to\_file@{save\_grid\_to\_file}}
|
||||
\index{save\_grid\_to\_file@{save\_grid\_to\_file}!read.c@{read.c}}
|
||||
\doxysubsubsection{save\_grid\_to\_file()}
|
||||
{\footnotesize\ttfamily \label{read_8c_a8f809f62f6622ef16b6dfe9081a124de}
|
||||
void save\+\_\+grid\+\_\+to\+\_\+file (\begin{DoxyParamCaption}\item[{int}]{filename}{, }\item[{char $\ast$$\ast$}]{tab2D}{}\end{DoxyParamCaption})}
|
||||
|
||||
|
||||
|
||||
La fonction permet de retranscrire un niveau creer du tableau vers le fichier.\+txt.
|
||||
|
||||
|
||||
\begin{DoxyParams}{Paramètres}
|
||||
{\em filename} & Le nom du fichier a remplir. \\
|
||||
\hline
|
||||
{\em tab2d} & Le tableau 2d carre. \\
|
||||
\hline
|
||||
\end{DoxyParams}
|
||||
|
||||
Reference in New Issue
Block a user