Skip to content

Commit

Permalink
publication exemple 2.6 (Interface)
Browse files Browse the repository at this point in the history
  • Loading branch information
philvoyer committed Jan 30, 2025
1 parent dd1b8b5 commit 5fea00f
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IFT3100H24_Interface/application.cpp
// IFT3100H25_Interface/application.cpp
// Classe principale de l'application.

#include "application.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IFT3100H24_Interface/application.h
// IFT3100H25_Interface/application.h
// Classe principale de l'application.

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IFT3100H24_Interface/main.cpp
// IFT3100H25_Interface/main.cpp
// Exemple d'une interface graphique qui permet de paramétrer des options de dessin.

#include "ofMain.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IFT3100H24_Interface/renderer.cpp
// IFT3100H25_Interface/renderer.cpp
// Classe responsable du rendu de l'application.

#include "renderer.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// IFT3100H24_Interface/renderer.h
// IFT3100H25_Interface/renderer.h
// Classe responsable du rendu de l'application.

#pragma once
Expand Down

0 comments on commit 5fea00f

Please sign in to comment.