mirror of
https://github.com/simtactics/niotso.git
synced 2025-08-12 09:28:19 -04:00
Tools completly moved outside of niotso now
This commit is contained in:
parent
01d8cb2539
commit
e6eb0fedaa
52 changed files with 45 additions and 3039 deletions
|
@ -1,7 +1,7 @@
|
|||
cmake_minimum_required(VERSION 2.6...3.29)
|
||||
project(vitaboy-parse)
|
||||
|
||||
include_directories(${vitaboy_SOURCE_DIR} ${filehandler_SOURCE_DIR})
|
||||
include_directories(${libvitaboy_SOURCE_DIR} ${filehandler_SOURCE_DIR})
|
||||
|
||||
add_executable(vbparse vbparse.cpp)
|
||||
target_link_libraries(vbparse libvitaboy FileHandler)
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <FileHandler.hpp>
|
||||
#include "libvitaboy.hpp"
|
||||
#include <libvitaboy.hpp>
|
||||
|
||||
enum VBFileType {
|
||||
VBFILE_ANIM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue