Skip to content
Snippets Groups Projects
Select Git revision
  • cc111afa83b7bad78e0260d13e3fa95d6b9491dd
  • main default protected
  • NewGraphicSystem
  • LayeredRendering
4 results

TextureBuffer.hpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ElementGenerator.java 117 B
    package model;
    
    public interface ElementGenerator {
       public void generateElement(int rowCount, int columnCount);
    }