Program Listing for File App.hpp

Return to documentation for file (Src/GraphicsEngineVulkan/app/App.hpp)

#pragma once
namespace Kataglyphis {
class App
{
  public:
    App();

    int run();

    ~App();

  private:
};
}// namespace Kataglyphis