Skip to content
Snippets Groups Projects
Select Git revision
  • 719c1565548999e3b3ce04f4906a7ab1c593714c
  • main default protected
  • master
3 results

Kernel.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    main.cpp 236 B
    //#include "SDL2/SDL.h"
    
    //#include "Engine/Engine.hpp"
    
    #include "Engine/AssetManager/TextureDocument.hpp"
    
    int main(int argc, char* argv[])
    {
    	auto test = Engine::AssMan::LoadTextureDocument("Data/Textures/test.ktx");
    
        return 0;
    }