This file contains hidden or 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
#include <a_samp> | |
#include <file> | |
#include <float> | |
#include <PawnPlus> | |
const json_ichar = -2; | |
const GlobalVariant:json_error_obj = GlobalVariant:-1; | |
static stock File:json_input; |
This file contains hidden or 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
class std::identifier | |
{ | |
public: | |
template <size_t Size> | |
consteval identifier(const char (&name)[Size]); | |
consteval const char (&name() const)[auto]; | |
} | |
struct * |
This file contains hidden or 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; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Text; | |
using System.Text.RegularExpressions; | |
namespace IS4.Delphi | |
{ | |
public static class DelphiFormReader |
OlderNewer