mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-17 11:11:30 +12:00
Merge branch 'master' into dynapica
This commit is contained in:
commit
deba1561ce
3 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
#include <type_traits>
|
||||||
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "termcolor.hpp"
|
#include "termcolor.hpp"
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ All you need is CMake and a generator of your choice (Make, Visual Studio, Ninja
|
||||||
git clone https://github.com/wheremyfoodat/Panda3DS --recursive
|
git clone https://github.com/wheremyfoodat/Panda3DS --recursive
|
||||||
|
|
||||||
cd Panda3DS && mkdir build && cd build
|
cd Panda3DS && mkdir build && cd build
|
||||||
cmake . -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like
|
cmake .. -DCMAKE_BUILD_TYPE=Release # Set up compilers etc here if you'd like
|
||||||
|
|
||||||
<Invoke Make, Visual Studio, or whatever you would like to use>
|
<Invoke Make, Visual Studio, or whatever you would like to use>
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#pragma once
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include "loader/lz77.hpp"
|
#include "loader/lz77.hpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue