This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Improved Lighting Shaders for FNV, 1.5beta4, by emoose (stoker25) | |
// Released under MIT License | |
#include "nvse/PluginAPI.h" | |
#include "nvse/SafeWrite.h" | |
#include "nvse/GameObjects.h" | |
#include "nvse/ParamInfos.h" | |
#include "NiTypes.h" | |
#include <string> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
namespace BSPver | |
{ | |
class Program | |
{ | |
struct BSPVersion | |
{ |
NewerOlder