Przeglądaj źródła

Nothing important

Panagiotis Christopoulos Charitos 13 lat temu
rodzic
commit
0da2eff1f1
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 3 3
      anki/gl/Fbo.h
  2. 1 1
      countlines.sh

+ 3 - 3
anki/gl/Fbo.h

@@ -55,9 +55,6 @@ public:
 	/// @exception Exception
 	void checkIfGood() const;
 
-	/// Set the number of color attachments of the FBO
-	void setNumOfColorAttachements(uint num) const;
-
 	/// Set the color attachments of this FBO
 	void setColorAttachments(const std::initializer_list<const Texture*>& 
 		textures);
@@ -91,6 +88,9 @@ private:
 	{
 		return glId != 0;
 	}
+
+	/// Set the number of color attachments of the FBO
+	void setNumOfColorAttachements(uint num) const;
 };
 
 

+ 1 - 1
countlines.sh

@@ -1 +1 @@
-wc -l `find -name '*.h' -o -name '*.cpp' -o -name '*.glsl' -o -name '*.py'`
+wc -l `find -name '*.h' -o -name '*.hpp' -o -name '*.c' -o -name '*.cpp' -o -name '*.glsl' -o -name '*.py'`